ConfigMgrRelayMessage.BodyAsAttachment Property
Indicates whether relay messages send the body as an attachment.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected override bool BodyAsAttachment { get; }
protected:
property bool BodyAsAttachment {
virtual bool get() override;
}
Protected Overrides ReadOnly Property BodyAsAttachment As Boolean
Property Value
Type: System.Boolean
See Also
ConfigMgrRelayMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top