Edit

Share via


CustomXmlSerializationDelegate Delegate

Definition

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.

Applies to