LoadWithPropertySet method

Future<void> LoadWithPropertySet(
  1. PropertySet propertySet
)
Loads the specified set of properties. Calling this method results in a call to EWS. The properties to load.

Implementation

Future<void> LoadWithPropertySet(PropertySet propertySet) {
  return this.InternalLoad(propertySet);
}