WriteElementsToXml method
Implementation
@override
void WriteElementsToXml(EwsServiceXmlWriter writer) {
for (TComplexProperty complexProperty in this) {
complexProperty.WriteToXml(
writer, this.GetCollectionItemXmlElementName(complexProperty));
}
}