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