Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.response |
Modifier and Type | Method and Description |
---|---|
ChangeCollection<FolderChange> |
ExchangeService.endSyncFolderHierarchy(IAsyncResult asyncResult)
Ends an asynchronous request to synchronize the specified folder
hierarchy of the mailbox this Service is connected to.
|
ChangeCollection<FolderChange> |
ExchangeService.syncFolderHierarchy(FolderId syncFolderId,
PropertySet propertySet,
String syncState)
Synchronizes the sub-folder of a specific folder.
|
ChangeCollection<FolderChange> |
ExchangeService.syncFolderHierarchy(PropertySet propertySet,
String syncState)
Synchronizes the entire folder hierarchy of the mailbox this Service is
connected to.
|
Modifier and Type | Method and Description |
---|---|
protected FolderChange |
SyncFolderHierarchyResponse.createChangeInstance()
Creates a folder change instance.
|
Copyright © 2012–2015 Microsoft. All rights reserved.