MeetingCancellation.Bind メソッド

定義

オーバーロード

Bind(ExchangeService, ItemId)

既存の会議のキャンセル メッセージにバインドし、そのファースト クラス プロパティを読み込みます。

Bind(ExchangeService, ItemId, PropertySet)

既存の会議のキャンセル メッセージにバインドし、指定したプロパティのセットを読み込みます。

Bind(ExchangeService, ItemId)

既存の会議のキャンセル メッセージにバインドし、そのファースト クラス プロパティを読み込みます。

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

パラメーター

service
ExchangeService

会議のキャンセル メッセージにバインドするために使用するサービス。

id
ItemId

バインドする会議のキャンセル メッセージの識別子。

戻り値

指定した識別子に対応する会議のキャンセル メッセージを表す MeetingCancellation クラスのインスタンス。

注釈

このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

適用対象

Bind(ExchangeService, ItemId, 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);
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);

パラメーター

service
ExchangeService

会議のキャンセル メッセージにバインドするために使用するサービス。

id
ItemId

バインドする会議のキャンセル メッセージの識別子。

propertySet
PropertySet

読み込むプロパティのセット。

戻り値

指定した識別子に対応する会議のキャンセル メッセージを表す MeetingCancellation クラスのインスタンス。

注釈

このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

適用対象