| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
Folder |
Service.getFolder(FolderId folderId,
FolderShape folderShape)
Gets a folder.
|
Folder |
Service.getFolder(StandardFolder standardFolder,
FolderShape folderShape)
Gets a folder.
|
Folder |
Service.getFolder(java.lang.String folderId,
FolderShape folderShape)
Gets a folder.
|
java.util.List<FolderInfoResponse> |
Service.getFolders(java.util.List<FolderId> folders,
FolderShape folderShape)
Gets multiple folders.
|
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(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(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.
|