WriteElementsToXml method
Implementation
@override
void WriteElementsToXml(EwsServiceXmlWriter writer) {
// No need to write member Status back to server
// Write only AddressInformation container element
this.AddressInformation!.WriteToXmlWithNamespace(
writer, XmlNamespace.Types, XmlElementNames.Mailbox);
}