Modifier and Type | Method and Description |
---|---|
ImapFolderInfoCollection |
ImapClient.endListFolders(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
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 iConnection)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
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 iConnection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection iConnection,
ImapFolderInfoCollection folders,
String fileName,
int 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,
int options)
Backups the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream 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 iConnection,
ImapFolderInfoCollection folders,
InputStream 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 iConnection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection iConnection,
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 iConnection,
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,
InputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(ImapFolderInfoCollection folders,
InputStream 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,
InputStream 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,
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 iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the specified personal storage file.
|
void |
ImapClient.restore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given stream.
|
void |
ImapClient.restore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given personal storage.
|
void |
ImapClient.restore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the specified personal storage file.
|
void |
ImapClient.restore(InputStream stream,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given stream.
|
void |
ImapClient.restore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given personal storage.
|
void |
ImapClient.restore(String fileName,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the specified personal storage file.
|
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.