Backup
Contents
[
Hide
]Backup (1 of 4)
Backups the content of the specified folders
Returns: void Aspose::Email::Clients::Imap::
Backup(System::SharedPtr < IConnection > connection, System::SharedPtr < ImapFolderInfoCollection > folders, System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < BackupSettings > options)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folders | A folders to backup |
| stream | A stream to write into |
| options | A backup options |
Backup (2 of 4)
Backups the content of the specified folders
Returns: void Aspose::Email::Clients::Imap::
Backup(System::SharedPtr < IConnection > connection, System::SharedPtr < ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr < BackupSettings > options)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folders | A folders to backup |
| fileName | A path to the presonal storage file |
| options | A backup options |
Backup (3 of 4)
Backups the content of the specified folders
Returns: void Aspose::Email::Clients::Imap::
Backup(System::SharedPtr < ImapFolderInfoCollection > folders, System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < BackupSettings > options)
| Parameter | Description |
|---|---|
| folders | A folders to backup |
| stream | A stream to write into |
| options | A backup options |
Backup (4 of 4)
Backups the content of the specified folders
Returns: void Aspose::Email::Clients::Imap::
Backup(System::SharedPtr < ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr < BackupSettings > options)
| Parameter | Description |
|---|---|
| folders | A folders to backup |
| fileName | A path to the presonal storage file |
| options | A backup options |