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