ExchangeService.LoadPropertiesForItems Method

Definition

Loads the properties of multiple items in a single call to Exchange Web Services (EWS).

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ LoadPropertiesForItems(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::Item ^> ^ items, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> LoadPropertiesForItems (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.Item> items, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);

Parameters

items
IEnumerable<Item>

The items whose properties are to be loaded.

propertySet
PropertySet

The set of properties to be loaded.

Returns

A collection of results for each of the specified items.

Applies to