ExchangeService.BindToItems(IEnumerable<ItemId>, PropertySet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Binds to multiple items in a single call to Exchange Web Services (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);
Parameters
- itemIds
- IEnumerable<ItemId>
The IDs of the items to be bound.
- propertySet
- PropertySet
The set of properties to be loaded.
Returns
A collection of results for each of the specified items.