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

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

Synchronizes the entire folder hierarchy of the mailbox this Service is connected to. Calling this method results in a call to EWS.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<ChangeCollection<FolderChange>> SyncFolderHierarchy(
	PropertySet propertySet,
	string syncState
)

Параметры

propertySet
Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to retrieve for synchronized items.
syncState
Тип: SystemString
The optional sync state representing the point in time when to start the synchronization.

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

Тип: TaskChangeCollectionFolderChange
A ChangeCollection containing a list of changes that occurred in the specified folder.
См. также