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<ItemChange> |
ExchangeService.endSyncFolderItems(IAsyncResult asyncResult)
Ends an asynchronous request to synchronize the item of a specific
folder.
|
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.
|
ChangeCollection<ItemChange> |
ExchangeService.syncFolderItems(FolderId syncFolderId,
PropertySet propertySet,
Iterable<ItemId> ignoredItemIds,
int maxChangesReturned,
SyncFolderItemsScope syncScope,
String syncState)
Synchronizes the item of a specific folder.
|
Modifier and Type | Method and Description |
---|---|
ChangeCollection<TChange> |
SyncResponse.getChanges()
Gets a list of changes that occurred on the synchronized folder.
|
Copyright © 2012–2015 Microsoft. All rights reserved.