ExchangeService.BindToItems method
Binds to multiple items in a single call to Exchange Web Services (EWS).
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
public ServiceResponseCollection<GetItemResponse> BindToItems(
IEnumerable<ItemId> itemIds,
PropertySet propertySet
)
Parameters
- itemIds
- Type: System.Collections.Generic.IEnumerable<ItemId>
The IDs of the items to be bound.
- propertySet
- Type: Microsoft.Exchange.WebServices.Data.PropertySet
The set of properties to be loaded.
Return value
Type: Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<GetItemResponse>A collection of results for each of the specified items.
Show: