MPMessageBodyOutgoing Class
Message header for an outgoing message to a management point.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBodyBase
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBody
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBodyOutgoing
| Name | Description | |
|---|---|---|
![]() | MPMessageBodyOutgoing() | Initializes a new instance of the MPMessageBodyOutgoing class. |
![]() | MPMessageBodyOutgoing(IMessage^) | Initializes a new instance of the MPMessageBodyOutgoing class. |
| Name | Description | |
|---|---|---|
![]() | Attachments | Gets the message attachments. (Overrides MPMessageBody::Attachments.) |
![]() | BodyProperties | Gets or sets properties for the message body. (Overrides MPMessageBody::BodyProperties.) |
![]() | CorrelationGuid | Gets or sets a correlation GUID. (Inherited from MPMessageBody.) |
![]() | CorrelationId | Gets or sets a correlation ID. (Overrides MPMessageBody::CorrelationId.) |
![]() | Hooks | Gets or sets message body hooks. (Overrides MPMessageBody::Hooks.) |
![]() | MsgGuid | Gets or sets a message GUID. (Inherited from MPMessageBody.) |
![]() | MsgId | Gets or sets the internal message ID. (Overrides MPMessageBody::MsgId.) |
![]() | PayloadType | Gets or sets the payload type. (Overrides MPMessageBody::PayloadType.) |
![]() | Priority | Gets or sets the message priority. (Overrides MPMessageBody::Priority.) |
![]() | Properties | Gets properties for the message. (Overrides MPMessageBody::Properties.) |
![]() | Protocol | Gets or sets the protocol 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 management point. (Inherited from MPMessageBody.) |
![]() | ReplyMode | Gets or sets the reply mode used for the message. (Overrides MPMessageBody::ReplyMode.) |
![]() | ReplyTo | Gets or sets the reply address. The value is built dynamically from existing properties; do not use the SET operation. This property is only used for serialization. (Overrides MPMessageBody::ReplyTo.) |
![]() | SchemaVersion | Gets or sets the XML schema version for the message XML. (Inherited from MPMessageBody.) |
![]() | SentTime | Gets or sets the time that the message was sent. (Inherited from MPMessageBody.) |
![]() | SerializedSentTime | Gets or sets the time that the message was sent. (Overrides MPMessageBody::SerializedSentTime.) |
![]() | SourceClientId | Gets or sets the ID of the client. (Overrides MPMessageBody::SourceClientId.) |
![]() | SourceHost | Gets or sets the client's host name. (Overrides MPMessageBody::SourceHost.) |
![]() | SourceType | Gets or sets the source type. (Overrides MPMessageBody::SourceType.) |
![]() | TargetAddress | Gets or sets the target address. The value is built dynamically from existing properties. (Overrides MPMessageBody::TargetAddress.) |
![]() | TargetEndpoint | Gets or sets the target endpoint for the message. (Overrides MPMessageBody::TargetEndpoint.) |
![]() | TargetHost | Gets or sets the management point address. (Overrides MPMessageBody::TargetHost.) |
![]() | Timeout | Gets or sets the timeout for the message. (Overrides MPMessageBody::Timeout.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents the current Object. (Inherited from MPMessageBodyBase.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

