ExchangeAdvancedSyntaxMailQuery.WriteXml

ExchangeAdvancedSyntaxMailQuery.WriteXml method

Converts an object into its XML representation. Not implemented for the ExchangeAdvancedMailQuery class.

public override void WriteXml(XmlWriter writer)
ParameterTypeDescription
writerXmlWriterThe XmlWriter stream to which the object is serialized.

Exceptions

exceptioncondition
NotImplementedExceptionThrows when this method is invoked. This method is not implemented for ExchangeAdvancedMailQuery class.

See Also