WriteBodyToXml method
Implementation
void WriteBodyToXml(EwsServiceXmlWriter writer) {
writer.WriteStartElement(
XmlNamespace.Autodiscover, this.GetRequestXmlElementName());
this.WriteAttributesToXml(writer);
this.WriteElementsToXml(writer);
writer.WriteEndElement(); // m:this.GetXmlElementName()
}