CustomXmlSerializationDelegate Delegate
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.
Represents the method that applications can use to emit custom XML in SOAP requests that are sent to Exchange Web Services (EWS).
public delegate void CustomXmlSerializationDelegate(XmlWriter ^ writer);
public delegate void CustomXmlSerializationDelegate(XmlWriter writer);
Public Delegate Sub CustomXmlSerializationDelegate(writer As XmlWriter)
Parameters
- writer
- XmlWriter
The XmlWriter to use to emit the custom XML.