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

Message header for an outgoing message to an MP

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MPMessageBodyOutgoing : 

MPMessageBody
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MPMessageBodyOutgoing _
	
Inherits 

MPMessageBody
[
SerializableAttribute]
public 
ref class 
MPMessageBodyOutgoing 
sealed : 
public 

MPMessageBody

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPMessageBodyOutgoing () () () ()
Initializes a new instance of the MPMessageBodyOutgoingclass.
MPMessageBodyOutgoing(IMessage)
Initializes a new instance of the MPMessageBodyOutgoingclass.
Attachments
Gets or sets message attachments
(Overrides MPMessageBody . . :: . . Attachments.)
BodyProperties
Gets or sets properties for the message body
(Overrides MPMessageBody . . :: . . BodyProperties.)
CorrelationGuid
Correlation GUID
CorrelationId
Correlation ID
(Overrides MPMessageBody . . :: . . CorrelationId.)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Hooks
Gets or sets message hooks
(Overrides MPMessageBody . . :: . . Hooks.)
MemberwiseClone () () () () (Inherited from Object.)
MsgGuid
Message GUID
MsgId
Gets or sets the The internal message ID.
(Overrides MPMessageBody . . :: . . MsgId.)
PayloadType
Gets or sets the payload type
(Overrides MPMessageBody . . :: . . PayloadType.)
Priority
Gets or set message priority
(Overrides MPMessageBody . . :: . . Priority.)
Properties
Gets properties for the message
(Overrides MPMessageBody . . :: . . Properties.)
Protocol
Gets or sets the reply mode used for the message
(Overrides MPMessageBody . . :: . . Protocol.)
ReplyCapabilities
Gets or sets the reply capabilities of the message.
(Overrides MPMessageBody . . :: . . ReplyCapabilities.)
ReplyCompression
Gets or sets the compression method for the reply from the MP
ReplyMode
Gets or sets the reply mode used for the message
(Overrides MPMessageBody . . :: . . ReplyMode.)
ReplyTo
Gets or sets the reply address. This is built dynamically from existing properties. Do not use the SET operation, it is used for serialization only.
(Overrides MPMessageBody . . :: . . ReplyTo.)
SchemaVersion
Gets or sets the XML schema version for the message XML
SentTime
Message sent time
SerializedSentTime
Gets or sets the time the message was sent
(Overrides MPMessageBody . . :: . . SerializedSentTime.)
SourceClientId
Gets or sets the clients ID
(Overrides MPMessageBody . . :: . . SourceClientId.)
SourceHost
Gets or sets the client's hostname
(Overrides MPMessageBody . . :: . . SourceHost.)
TargetAddress
Gets or sets the target address. This is built dynamically from existing properties.
(Overrides MPMessageBody . . :: . . TargetAddress.)
TargetEndpoint
The target endpoint for the message
(Overrides MPMessageBody . . :: . . TargetEndpoint.)
TargetHost
Gets or sets the MP's address
(Overrides MPMessageBody . . :: . . TargetHost.)
Timeout
Gets or sets message timeout
(Overrides MPMessageBody . . :: . . Timeout.)
ToString () () () ()
Returns a Stringthat represents the current Object.
(Inherited from MPMessageBodyBase.)

Inheritance Hierarchy

See Also