ExchangeServiceLoadPropertiesForItems - метод

Loads the properties of multiple items in a single call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<ServiceResponse>> LoadPropertiesForItems(
	IEnumerable<Item> items,
	PropertySet propertySet,
	CancellationToken token = default
)

Параметры

items  IEnumerableItem
The items to load the properties of.
propertySet  PropertySet
The set of properties to load.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskServiceResponseCollectionServiceResponse
A ServiceResponseCollection providing results for each of the specified items.

См. также