Contact.Bind メソッド

定義

オーバーロード

Bind(ExchangeService, ItemId)

既存の連絡先にバインドし、その最初のクラスのプロパティを読み込みます。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

Bind(ExchangeService, ItemId, PropertySet)

既存の連絡先にバインドし、指定したプロパティ のセットを読み込みます。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

Bind(ExchangeService, ItemId)

既存の連絡先にバインドし、その最初のクラスのプロパティを読み込みます。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

public:
 static Microsoft::Exchange::WebServices::Data::Contact ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ id);
public static Microsoft.Exchange.WebServices.Data.Contact Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id);
Public Shared Function Bind (service As ExchangeService, id As ItemId) As Contact

パラメーター

service
ExchangeService

連絡先へのバインドに使用するサービス。

id
ItemId

バインドする連絡先の ID。

戻り値

指定した ID に対応する連絡先。

適用対象

Bind(ExchangeService, ItemId, PropertySet)

既存の連絡先にバインドし、指定したプロパティ のセットを読み込みます。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

public:
 static Microsoft::Exchange::WebServices::Data::Contact ^ 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.Contact Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);

パラメーター

service
ExchangeService

連絡先へのバインドに使用するサービス。

id
ItemId

バインドする連絡先の ID。

propertySet
PropertySet

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

戻り値

指定した ID に対応する連絡先。

適用対象