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)
Assembly: Microsoft.Exchange.WebServices (in microsoft.exchange.webservices.dll)
public ServiceResponseCollection<ServiceResponse> LoadPropertiesForItems (
IEnumerable<Item> items,
PropertySet propertySet
)
Parameters
- items
The items whose properties are to be loaded.
- propertySet
The set of properties to be loaded.