Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.SyncFolderItemsScope

Packages that use SyncFolderItemsScope
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.service   
microsoft.exchange.webservices.data.core.request   
 

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

Methods in microsoft.exchange.webservices.data.core with parameters of type SyncFolderItemsScope
 IAsyncResult ExchangeService.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
static SyncFolderItemsScope SyncFolderItemsScope.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
 SyncFolderItemsScope SyncFolderItemsRequest.getSyncScope()
          Gets the scope of the sync.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type SyncFolderItemsScope
 void SyncFolderItemsRequest.setSyncScope(SyncFolderItemsScope syncScope)
          Sets the sync scope.
 



Copyright © 2012–2015 Microsoft. All rights reserved.