BindWithPropertySet static method
Future<ContactGroup>
BindWithPropertySet(
- ExchangeService service,
- ItemId id,
- PropertySet propertySet
override
Implementation
static Future<ContactGroup> BindWithPropertySet(
ExchangeService service, ItemId id, PropertySet propertySet) {
return service.BindToItemGeneric<ContactGroup>(id, propertySet);
}