GetXmlDoc method: Message class
Syntax
GetXmlDoc()
Description
Use the GetXmlDoc method to retrieve the message data as an XmlDoc object.
Note:
This method can only be used for a nonrowset-based message. If you use this method with a rowset-based message an error message is returned.
Parameters
None.
Returns
An XmlDoc object.
Related Topics