Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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