Uses of Class
microsoft.exchange.webservices.data.sync.ChangeCollection

Packages that use ChangeCollection
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.response   
 

Uses of ChangeCollection in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return ChangeCollection
 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.
 

Uses of ChangeCollection in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return ChangeCollection
 ChangeCollection<TChange> SyncResponse.getChanges()
          Gets a list of changes that occurred on the synchronized folder.
 



Copyright © 2012–2015 Microsoft. All rights reserved.