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