Backup
Contents
[
Hide
]
ImapClient.Backup method (1 of 4)
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
ImapClient.Backup method (2 of 4)
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
ImapClient.Backup method (3 of 4)
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
ImapClient.Backup method (4 of 4)
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