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