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(PropertySet propertySet,
String syncState) |
Synchronizes the entire 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<ItemChange> |
ExchangeService.syncFolderItems(FolderId syncFolderId,
PropertySet propertySet,
Iterable<ItemId> ignoredItemIds,
int maxChangesReturned,
SyncFolderItemsScope syncScope,
String syncState) |
Synchronizes the item of a specific folder.
|