WriteElementsToXml method
Implementation
@override
void WriteElementsToXml(EwsServiceXmlWriter writer) {
writer.WriteElementValueWithNamespace(
XmlNamespace.Types, XmlElementNames.EmailAddress, this.Address);
writer.WriteElementValueWithNamespace(
XmlNamespace.Types, XmlElementNames.RoutingType, this.RoutingType);
}