BizTalkRootMessage.AddPart(String, IBaseMessagePart, Boolean) Method
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:
abstract void AddPart(System::String ^ partName, Microsoft::BizTalk::Message::Interop::IBaseMessagePart ^ part, bool bBody);
public abstract void AddPart (string partName, Microsoft.BizTalk.Message.Interop.IBaseMessagePart part, bool bBody);
abstract member AddPart : string * Microsoft.BizTalk.Message.Interop.IBaseMessagePart * bool -> unit
Public MustOverride Sub AddPart (partName As String, part As IBaseMessagePart, bBody As Boolean)
Parameters
- partName
- String
- part
- IBaseMessagePart
- bBody
- Boolean