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