Для изменения размера нажмите или перетащите

ExchangeServiceLoadPropertiesForItems - метод

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

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

Параметры

items
Тип: System.Collections.GenericIEnumerableItem
The items to load the properties of.
propertySet
Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to load.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskServiceResponseCollectionServiceResponse
A ServiceResponseCollection providing results for each of the specified items.
См. также