Appointment.BindToRecurringMaster Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BindToRecurringMaster(ExchangeService, ItemId) |
Binds to the master appointment of a recurring series and loads its first class properties. Calling this method results in a call to Exchange Web Services (EWS). |
BindToRecurringMaster(ExchangeService, ItemId, PropertySet) |
Binds to the master appointment of a recurring series and loads the specified set of properties. Calling this method results in a call to Exchange Web Services (EWS). |
BindToRecurringMaster(ExchangeService, ItemId)
Binds to the master appointment of a recurring series and loads its first class properties. Calling this method results in a call to 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
Parameters
- service
- ExchangeService
The service to use to bind to the appointment.
- occurrenceId
- ItemId
The identifier of one of the occurrences in the series.
Returns
The master appointment of the recurring series to which the specified occurrence belongs.
Applies to
BindToRecurringMaster(ExchangeService, ItemId, PropertySet)
Binds to the master appointment of a recurring series and loads the specified set of properties. Calling this method results in a call to 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);
Parameters
- service
- ExchangeService
The service to use to bind to the appointment.
- occurrenceId
- ItemId
The identifier of one of the occurrences in the series.
- propertySet
- PropertySet
The set of properties to load.
Returns
The master appointment of the recurring series to which the specified occurrence belongs.