WriteAttributesToXml method
Implementation
@override
void WriteAttributesToXml(EwsServiceXmlWriter writer) {
super.WriteAttributesToXml(writer);
writer.WriteAttributeValue(
XmlAttributeNames.ContainmentMode, this.ContainmentMode);
writer.WriteAttributeValue(
XmlAttributeNames.ContainmentComparison, this.ComparisonMode);
}