Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SyncFolderItemsScope |
SyncFolderItemsRequest.getSyncScope()
Gets the scope of the sync.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncFolderItemsRequest.setSyncScope(SyncFolderItemsScope syncScope)
Sets the sync scope.
|
Copyright © 2012–2015 Microsoft. All rights reserved.