[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

If true, 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

                 
  C#     Visual Basic     Visual C++  
protected 
virtual 
bool 
BodyAsAttachment { 
get; }
Protected 
Overridable 
ReadOnly 
Property 
BodyAsAttachment 
As 
Boolean
	
Get
protected:
virtual 
property 
bool 
BodyAsAttachment {
	
bool 
get ();
}

See Also