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