Uses of Class
microsoft.exchange.webservices.data.SyncFolderItemsScope

Uses of SyncFolderItemsScope in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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.
 

Methods in microsoft.exchange.webservices.data with parameters of type SyncFolderItemsScope
 ChangeCollection<ItemChange> ExchangeService.syncFolderItems(FolderId syncFolderId, PropertySet propertySet, Iterable<ItemId> ignoredItemIds, int maxChangesReturned, SyncFolderItemsScope syncScope, String syncState)
          * Synchronizes the items of a specific folder.
 



Copyright © 2012. All Rights Reserved.