IBaseMessage Members
Represents a BizTalk Server message.
The following tables list the members exposed by the IBaseMessage type.
| Name | Description | |
|---|---|---|
|
BodyPart | Gets the body part, or main part, of the message. |
|
BodyPartName | Gets the name of the body part, or main part, of the message. |
|
Context | Gets or sets the message context. |
|
IsMutable | Gets a value that indicates whether the message context can be changed by components during processing. |
|
MessageID | Gets the unique message ID for the message. |
|
PartCount | Gets the total number of parts in the message. |
| Name | Description | |
|---|---|---|
|
AddPart | Adds a part to the message. |
|
GetErrorInfo | Gets the exception that caused the error. |
|
GetPart | Accesses the message parts. |
|
GetPartByIndex | Retrieves a part and its name by supplying the part index. |
|
GetSize | Gets the size of the message.This method is not CLS-compliant. |
|
RemovePart | Removes a part from the message. |
|
SetErrorInfo | Sets the error information. |