BindWithItemId static method
Implementation
static Future<Task> BindWithItemId(ExchangeService service, ItemId? id) {
return Task.BindWithPropertySet(
service, id, PropertySet.FirstClassProperties);
}
static Future<Task> BindWithItemId(ExchangeService service, ItemId? id) {
return Task.BindWithPropertySet(
service, id, PropertySet.FirstClassProperties);
}