ImapClient.Backup
Contents
[
Hide
]Backup(IConnection, ImapFolderInfoCollection, string, BackupSettings)
Backups the content of the specified folders
public void Backup(IConnection connection, ImapFolderInfoCollection folders, string fileName,
BackupSettings options)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folders | ImapFolderInfoCollection | A folders to backup |
fileName | String | A path to the presonal storage file |
options | BackupSettings | A backup options |
See Also
- interface IConnection
- class ImapFolderInfoCollection
- class BackupSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
Backup(IConnection, ImapFolderInfoCollection, Stream, BackupSettings)
Backups the content of the specified folders
public void Backup(IConnection connection, ImapFolderInfoCollection folders, Stream stream,
BackupSettings options)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folders | ImapFolderInfoCollection | A folders to backup |
stream | Stream | A stream to write into |
options | BackupSettings | A backup options |
See Also
- interface IConnection
- class ImapFolderInfoCollection
- class BackupSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
Backup(ImapFolderInfoCollection, string, BackupSettings)
Backups the content of the specified folders
public void Backup(ImapFolderInfoCollection folders, string fileName, BackupSettings options)
Parameter | Type | Description |
---|---|---|
folders | ImapFolderInfoCollection | A folders to backup |
fileName | String | A path to the presonal storage file |
options | BackupSettings | A backup options |
See Also
- class ImapFolderInfoCollection
- class BackupSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
Backup(ImapFolderInfoCollection, Stream, BackupSettings)
Backups the content of the specified folders
public void Backup(ImapFolderInfoCollection folders, Stream stream, BackupSettings options)
Parameter | Type | Description |
---|---|---|
folders | ImapFolderInfoCollection | A folders to backup |
stream | Stream | A stream to write into |
options | BackupSettings | A backup options |
See Also
- class ImapFolderInfoCollection
- class BackupSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email