| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
SyncFoldersResponse |
Service.syncFolders()
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
FolderShape folderShape)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
FolderShape folderShape,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderShape folderShape)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(FolderShape folderShape,
java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(java.util.List<PropertyPath> propertyPaths)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
FolderShape folderShape)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
FolderShape folderShape,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|