Modifier and Type | Method and Description |
---|---|
SyncFolderResult |
IEWSClient.syncFolder(String folderUri)
Retrieves changes of the items and subfolders in a specified folder.
|
SyncFolderResult |
IEWSClient.syncFolder(String folderUri,
int syncType)
Retrieves changes of the items and subfolders in a specified folder.
|
SyncFolderResult |
IEWSClient.syncFolder(String folderUri,
String syncState)
Retrieves changes of the items in a specified folder.
|
SyncFolderResult |
IEWSClient.syncFolder(String folderUri,
String syncState,
Iterable<String> ignoreList)
Retrieves changes of the items in a specified folder.
|
SyncFolderResult |
IEWSClient.syncFolder(SyncState syncState)
Retrieves changes of the items in a specified folder.
|