Uses of Class
microsoft.exchange.webservices.data.sync.FolderChange
-
Packages that use FolderChange Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.response -
-
Uses of FolderChange in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type FolderChange Modifier and Type Method 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(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. -
Uses of FolderChange in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return FolderChange Modifier and Type Method Description protected FolderChangeSyncFolderHierarchyResponse. createChangeInstance()Creates a folder change instance.
-