LoadXMLPartString method: Message class
Syntax
LoadXMLPartString(PartIndex, XmlString)
Description
Use the LoadXMLPartString method to populate the part of the container message specified by PartIndex with the XML string XmlString.
Note:
This method works only with container messages.
Parameters
| Parameter | Description |
|---|---|
|
PartIndex |
Specify the number of the part of the container message that you want to populate with XML data. |
|
XmlString |
Specify the XML string to be loaded into the message part. |
Returns
None.