ExchangeServiceSyncFolderHierarchy(FolderId, PropertySet, String, CancellationToken) - метод

Synchronizes the sub-folders of a specific folder. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ChangeCollection<FolderChange>> SyncFolderHierarchy(
	FolderId syncFolderId,
	PropertySet propertySet,
	string syncState,
	CancellationToken token = default
)

Параметры

syncFolderId  FolderId
The Id of the folder containing the items to synchronize with. A null value indicates the root folder of the mailbox.
propertySet  PropertySet
The set of properties to retrieve for synchronized items.
syncState  String
The optional sync state representing the point in time when to start the synchronization.
token  CancellationToken  (Optional)
 

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

TaskChangeCollectionFolderChange
A ChangeCollection containing a list of changes that occurred in the specified folder.

См. также