ExchangeServiceBindToFolders - метод

Binds to multiple folders in a single call to EWS.

Definition

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

Параметры

folderIds  IEnumerableFolderId
The Ids of the folders to bind to.
propertySet  PropertySet
The set of properties to load.
token  CancellationToken  (Optional)
 

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

TaskServiceResponseCollectionGetFolderResponse
A ServiceResponseCollection providing results for each of the specified folder Ids.

См. также