InternalWritePropertiesToXml method
Implementation
@override
void InternalWritePropertiesToXml(EwsServiceXmlWriter writer) {
super.InternalWritePropertiesToXml(writer);
writer.WriteElementValueWithNamespace(
XmlNamespace.Types, XmlElementNames.Interval, this.Interval);
}