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

Relay messages don't send the body as an attachment

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

Syntax

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

See Also