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.6.0.22
public Task<ChangeCollection<FolderChange>> SyncFolderHierarchy(
PropertySet propertySet,
string syncState
)
Public Function SyncFolderHierarchy (
propertySet As PropertySet,
syncState As String
) As Task(Of ChangeCollection(Of FolderChange))
public:
Task<ChangeCollection<FolderChange^>^>^ SyncFolderHierarchy(
PropertySet^ propertySet,
String^ syncState
)
member SyncFolderHierarchy :
propertySet : PropertySet *
syncState : string -> Task<ChangeCollection<FolderChange>>
- 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.
TaskChangeCollectionFolderChangeA ChangeCollection containing a list of changes that occurred in the specified folder.