Contact.Bind Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Bind(ExchangeService, ItemId) |
Lie à un contact existant et charge ses propriétés de première classe. L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS). |
Bind(ExchangeService, ItemId, PropertySet) |
Lie à un contact existant et charge le jeu de propriétés spécifié. L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS). |
Bind(ExchangeService, ItemId)
Lie à un contact existant et charge ses propriétés de première classe. L’appel de cette méthode entraîne un appel aux services Web Exchange (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
Paramètres
- service
- ExchangeService
Service à utiliser pour établir une liaison au contact.
- id
- ItemId
ID du contact à lier.
Retours
Contact qui correspond à l’ID spécifié.
S’applique à
Bind(ExchangeService, ItemId, PropertySet)
Lie à un contact existant et charge le jeu de propriétés spécifié. L’appel de cette méthode entraîne un appel aux services Web Exchange (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);
Paramètres
- service
- ExchangeService
Service à utiliser pour établir une liaison au contact.
- id
- ItemId
ID du contact à lier.
- propertySet
- PropertySet
Ensemble de propriétés à charger.
Retours
Contact qui correspond à l’ID spécifié.