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