ExchangeAdvancedSyntaxMailQuery.ReadXml

ExchangeAdvancedSyntaxMailQuery.ReadXml method

Generates an object from its XML representation. Not implemented for the ExchangeAdvancedMailQuery class.

public override void ReadXml(XmlReader reader)
ParameterTypeDescription
readerXmlReaderThe XmlReader stream from which the object is deserialized.

Exceptions

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

See Also