ConfigMgrInventoryMessage.BodyAsAttachment Property

 

Gets a value that indicates whether the ReportBody is sent as an attachment. If false, the entire message is sent as one.

Inventory messages need to be sent with attachments; relay messages don't.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

protected virtual bool BodyAsAttachment { get; }
protected:
property bool BodyAsAttachment {
    virtual bool get();
}
Protected Overridable ReadOnly Property BodyAsAttachment As Boolean

Property Value

Type: System.Boolean

See Also

ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top