LoadFromXmlWithPropertySet method
      
Future<void> 
LoadFromXmlWithPropertySet(
    
- EwsServiceXmlReader reader,
- bool clearPropertyBag,
- PropertySet? requestedPropertySet,
- bool summaryPropertiesOnly,
Implementation
Future<void> LoadFromXmlWithPropertySet(
    EwsServiceXmlReader reader,
    bool clearPropertyBag,
    PropertySet? requestedPropertySet,
    bool summaryPropertiesOnly) async {
  await this.PropertyBag.LoadFromXml(
      reader, clearPropertyBag, requestedPropertySet, summaryPropertiesOnly);
}