MailQuery.WriteXml

MailQuery.WriteXml method

Converts an object into its XML representation.

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

See Also