GetPartXMLDoc method: Message class
Syntax
GetPartXMLDoc(PartIndex)
Description
Use the GetPartXMLDoc to retrieve the message part data as an XmlDoc object.
Note:
This method can only be used for a nonrowset-based message parts.
Parameters
| Parameter | Description |
|---|---|
|
PartIndex |
Specify the message part that you want to access the data for as an XmlDoc object. |
Returns
An XmlDoc object populated with the message part data.