Share via


BizTalkMessage Class

Definition

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
BizTalkMessage
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

AdapterName
BodyPart
BodyPartName
Class
Context
CreationTime
ErrorCode
ErrorDescription
HostName
InstanceID
InstanceStatus
IsMutable
MessageBox
MessageID
MessageStatus
MessageType
OriginatorPartyName
OriginatorSecurityName
PartCount
ReferenceID
RetryCount
ServiceType
ServiceTypeID
Submitter
Url

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)

Applies to