EnableXMLAccess

Prototype: bool EnableXMLAccess(bool flag)

Description: Enables and disables access to the actual XML sent and received over the link.  This is initialized to disabled as it is not needed for normal operation and can have a performance impact if enabled unnecessarily. Until this is enabled, the calls GetSentXML and GetReceivedXML will not return anything useful.

Input Data Format: Boolean True or False

Returned Data: Always returns True.