Appointment.BindToRecurringMaster 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BindToRecurringMaster(ExchangeService, ItemId) |
绑定到定期序列的主约会并加载其第一类属性。 调用此方法会导致调用 Exchange Web Services (EWS) 。 |
BindToRecurringMaster(ExchangeService, ItemId, PropertySet) |
绑定到定期序列的主约会并加载指定的属性集。 调用此方法会导致调用 Exchange Web Services (EWS) 。 |
BindToRecurringMaster(ExchangeService, ItemId)
绑定到定期序列的主约会并加载其第一类属性。 调用此方法会导致调用 Exchange Web Services (EWS) 。
public:
static Microsoft::Exchange::WebServices::Data::Appointment ^ BindToRecurringMaster(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ occurrenceId);
public static Microsoft.Exchange.WebServices.Data.Appointment BindToRecurringMaster (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId occurrenceId);
Public Shared Function BindToRecurringMaster (service As ExchangeService, occurrenceId As ItemId) As Appointment
参数
- service
- ExchangeService
用于绑定到约会的服务。
- occurrenceId
- ItemId
序列中某个匹配项的标识符。
返回
指定事件所属的定期序列的主约会。
适用于
BindToRecurringMaster(ExchangeService, ItemId, PropertySet)
绑定到定期序列的主约会并加载指定的属性集。 调用此方法会导致调用 Exchange Web Services (EWS) 。
public:
static Microsoft::Exchange::WebServices::Data::Appointment ^ BindToRecurringMaster(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ occurrenceId, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public static Microsoft.Exchange.WebServices.Data.Appointment BindToRecurringMaster (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId occurrenceId, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);
参数
- service
- ExchangeService
用于绑定到约会的服务。
- occurrenceId
- ItemId
序列中某个匹配项的标识符。
- propertySet
- PropertySet
要加载的属性集。
返回
指定事件所属的定期序列的主约会。