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

ExchangeService.LoadPropertiesForItems - метод

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.Generic.IEnumerable<Item>
The items to load the properties of.
propertySet
Тип: Tessa.Exchange.WebServices.Data.PropertySet
The set of properties to load.
token (Optional)
Тип: System.Threading.CancellationToken

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

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