Backup

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)
ParameterDescription
connectionConnection to a server
foldersA folders to backup
streamA stream to write into
optionsA 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)
ParameterDescription
connectionConnection to a server
foldersA folders to backup
fileNameA path to the presonal storage file
optionsA 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)
ParameterDescription
foldersA folders to backup
streamA stream to write into
optionsA 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)
ParameterDescription
foldersA folders to backup
fileNameA path to the presonal storage file
optionsA backup options