MeetingCancellation.Bind 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
Bind(ExchangeService, ItemId) |
Binds to an existing meeting cancellation message and loads its first class properties. |
Bind(ExchangeService, ItemId, PropertySet) |
Binds to an existing meeting cancellation message and loads the specified set of properties. |
Bind(ExchangeService, ItemId)
Binds to an existing meeting cancellation message and loads its first class properties.
public:
static Microsoft::Exchange::WebServices::Data::MeetingCancellation ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ id);
public static Microsoft.Exchange.WebServices.Data.MeetingCancellation Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id);
Public Shared Function Bind (service As ExchangeService, id As ItemId) As MeetingCancellation
Parameters
- service
- ExchangeService
The service to use to bind to the meeting cancellation message.
- id
- ItemId
The identifier of the meeting cancellation message to bind to.
Returns
An instance of the MeetingCancellation class that represents the meeting cancellation message corresponding to the specified identifier.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).
Applies to
Bind(ExchangeService, ItemId, PropertySet)
Binds to an existing meeting cancellation message and loads the specified set of properties.
public:
static Microsoft::Exchange::WebServices::Data::MeetingCancellation ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ id, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public static Microsoft.Exchange.WebServices.Data.MeetingCancellation Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);
Parameters
- service
- ExchangeService
The service to use to bind to the meeting cancellation message.
- id
- ItemId
The identifier of the meeting cancellation message to bind to.
- propertySet
- PropertySet
The set of properties to load.
Returns
An instance of the MeetingCancellation class that represents the meeting cancellation message corresponding to the specified identifier.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).