Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.SyncFolderItemsScope
-
-
Uses of SyncFolderItemsScope in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type SyncFolderItemsScope Modifier and Type Method Description IAsyncResultExchangeService. beginSyncFolderItems(AsyncCallback callback, Object state, FolderId syncFolderId, PropertySet propertySet, Iterable<ItemId> ignoredItemIds, int maxChangesReturned, SyncFolderItemsScope syncScope, String syncState)Begins an asynchronous request to synchronize the item 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. -
Uses of SyncFolderItemsScope in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return SyncFolderItemsScope Modifier and Type Method Description static SyncFolderItemsScopeSyncFolderItemsScope. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncFolderItemsScope[]SyncFolderItemsScope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SyncFolderItemsScope in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return SyncFolderItemsScope Modifier and Type Method Description SyncFolderItemsScopeSyncFolderItemsRequest. getSyncScope()Gets the scope of the sync.Methods in microsoft.exchange.webservices.data.core.request with parameters of type SyncFolderItemsScope Modifier and Type Method Description voidSyncFolderItemsRequest. setSyncScope(SyncFolderItemsScope syncScope)Sets the sync scope.
-