BindWithItemIdAndPropertySet static method
Future<Contact>
BindWithItemIdAndPropertySet(
- ExchangeService service,
- ItemId? id,
- PropertySet propertySet
Implementation
static Future<Contact> BindWithItemIdAndPropertySet(
ExchangeService service, ItemId? id, PropertySet propertySet) {
return service.BindToItemGeneric<Contact>(id, propertySet);
}