|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ChangeCollection in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return ChangeCollection | |
|---|---|
ChangeCollection<TChange> |
SyncResponse.getChanges()
* Gets a list of changes that occurred on the synchronized folder. |
ChangeCollection<FolderChange> |
ExchangeService.syncFolderHierarchy(FolderId syncFolderId,
PropertySet propertySet,
String syncState)
* Synchronizes the sub-folders 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 items of a specific folder. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||