ImapClient.Backup

Backup(IConnection, ImapFolderInfoCollection, string, BackupSettings)

Backups the content of the specified folders

public void Backup(IConnection connection, ImapFolderInfoCollection folders, string fileName, 
    BackupSettings options)
ParameterTypeDescription
connectionIConnectionConnection to a server
foldersImapFolderInfoCollectionA folders to backup
fileNameStringA path to the presonal storage file
optionsBackupSettingsA backup options

See Also


Backup(IConnection, ImapFolderInfoCollection, Stream, BackupSettings)

Backups the content of the specified folders

public void Backup(IConnection connection, ImapFolderInfoCollection folders, Stream stream, 
    BackupSettings options)
ParameterTypeDescription
connectionIConnectionConnection to a server
foldersImapFolderInfoCollectionA folders to backup
streamStreamA stream to write into
optionsBackupSettingsA backup options

See Also


Backup(ImapFolderInfoCollection, string, BackupSettings)

Backups the content of the specified folders

public void Backup(ImapFolderInfoCollection folders, string fileName, BackupSettings options)
ParameterTypeDescription
foldersImapFolderInfoCollectionA folders to backup
fileNameStringA path to the presonal storage file
optionsBackupSettingsA backup options

See Also


Backup(ImapFolderInfoCollection, Stream, BackupSettings)

Backups the content of the specified folders

public void Backup(ImapFolderInfoCollection folders, Stream stream, BackupSettings options)
ParameterTypeDescription
foldersImapFolderInfoCollectionA folders to backup
streamStreamA stream to write into
optionsBackupSettingsA backup options

See Also