Modifier and Type | Method and Description |
---|---|
static BackupSettings |
BackupSettings.getDefault()
Gets
BackupSettings class with settings by default |
static BackupSettings |
BackupSettings.to_BackupSettings(int options)
Converts enumerable options to class
|
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,
String fileName,
BackupSettings 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,
String fileName,
BackupSettings 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,
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(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,
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
|