This topic has not yet been rated - Rate this topic

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

The items whose properties are to be loaded.

propertySet

The set of properties to be loaded.

Return Value

A collection of results for each of the specified items.
Exception type Condition
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Did you find this helpful?
(1500 characters remaining)