ContactGroup.Bind メソッド

定義

オーバーロード

Bind(ExchangeService, ItemId)

クラス オブジェクトを特定の ContactGroup 既存の連絡先グループにバインドし、そのファーストクラスのプロパティを読み込みます。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

Bind(ExchangeService, ItemId, PropertySet)

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

Bind(ExchangeService, ItemId)

クラス オブジェクトを特定の ContactGroup 既存の連絡先グループにバインドし、そのファーストクラスのプロパティを読み込みます。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

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

パラメーター

service
ExchangeService

ExchangeServiceBase連絡先グループをバインドするオブジェクト。

id
ItemId

バインドする連絡先グループの識別子。

戻り値

メソッドは Bind(ExchangeService, ItemId)ContactGroup 指定した連絡先グループにバインドされているインスタンスを返します。

適用対象

Bind(ExchangeService, ItemId, PropertySet)

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

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

パラメーター

service
ExchangeService

ExchangeServiceBase連絡先グループをバインドするオブジェクト。

id
ItemId

連絡先グループの識別子。

propertySet
PropertySet

読み込む連絡先グループプロパティのセット。

戻り値

メソッドは Bind(ExchangeService, ItemId, PropertySet)ContactGroup 指定した連絡先グループにバインドされているインスタンスを返します。

適用対象