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

ExchangeServiceBindToFolders - метод

Binds to multiple folders in a single call to EWS.

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

Параметры

folderIds
Тип: System.Collections.GenericIEnumerableFolderId
The Ids of the folders to bind to.
propertySet
Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to load.
token (Optional)
Тип: System.ThreadingCancellationToken

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

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