Modifier and Type | Method and Description |
---|---|
ImapFolderInfoCollection |
ImapClient.endListFolders(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapFolderInfoCollection |
ImapRestoreSettings.getFolders()
A folders to be restored.
|
ImapFolderInfoCollection |
ImapClient.listFolders()
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Gets the list of subfolders in the specified folder
|
Modifier and Type | Method and Description |
---|---|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
void |
ImapClient.backup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Backups the content of the specified folders
|
void |
ImapClient.backup(ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
ImapClient.backup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Backups the content of the specified folders
|
void |
ImapClient.backup(ImapFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
void |
ImapRestoreSettings.setFolders(ImapFolderInfoCollection value)
A folders to be restored.
|