BizTalkMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class BizTalkMessage sealed : Microsoft::BizTalk::Operations::BizTalkRootMessage, Microsoft::BizTalk::Message::Interop::IBaseMessage
public sealed class BizTalkMessage : Microsoft.BizTalk.Operations.BizTalkRootMessage, Microsoft.BizTalk.Message.Interop.IBaseMessage
type BizTalkMessage = class
inherit BizTalkRootMessage
interface IBaseMessage
Public NotInheritable Class BizTalkMessage
Inherits BizTalkRootMessage
Implements IBaseMessage
- Inheritance
- Implements
Fields
_bodyPartID | (Inherited from BizTalkRootMessage) |
_bodyPartName | (Inherited from BizTalkRootMessage) |
_internalNameSpace | (Inherited from BizTalkRootMessage) |
_messageID | (Inherited from BizTalkRootMessage) |
_partCount | (Inherited from BizTalkRootMessage) |
_partNames | (Inherited from BizTalkRootMessage) |
_partsarray | (Inherited from BizTalkRootMessage) |
_partsHT | (Inherited from BizTalkRootMessage) |
Properties
Methods
AddPart(String, IBaseMessagePart, Boolean) | |
GetErrorInfo() | |
GetPart(String) | |
GetPartByIndex(Int32, String) | |
GetSize(UInt64, Boolean) | |
RemovePart(String) | |
SetErrorInfo(Exception) |
Extension Methods
Clone(IBaseMessage, IPipelineContext, Stream) | |
CloneAttachmentsTo(IBaseMessage, IBaseMessage, IBaseMessageFactory) | |
Update(IBaseMessage, Guid, Boolean, Boolean) |