ExchangeService.BindToItems(IEnumerable<ItemId>, PropertySet) 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.
Lie plusieurs éléments dans un seul appel aux services Web Exchange (EWS).
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::GetItemResponse ^> ^ BindToItems(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ItemId ^> ^ itemIds, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.GetItemResponse> BindToItems (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ItemId> itemIds, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);
Paramètres
- itemIds
- IEnumerable<ItemId>
ID des éléments à lier.
- propertySet
- PropertySet
Ensemble de propriétés à charger.
Retours
Collection de résultats pour chacun des éléments spécifiés.