ExchangeService.LoadPropertiesForItems method
Loads the properties of 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<ServiceResponse> LoadPropertiesForItems(
IEnumerable<Item> items,
PropertySet propertySet
)
Parameters
- items
- Type: System.Collections.Generic.IEnumerable<Item>
The items whose properties are to be loaded.
- propertySet
- Type: Microsoft.Exchange.WebServices.Data.PropertySet
The set of properties to be loaded.
Return value
Type: Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<ServiceResponse>A collection of results for each of the specified items.
Show: