Backup
Backup (1 of 2)
Backups the content of the specified folders
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
Backup(System::SharedPtr < ExchangeFolderInfoCollection > folders, System::SharedPtr < System::IO::Stream > stream, Storage::Pst::BackupOptions options)
| Parameter | Description |
|---|---|
| folders | A folders to backup |
| stream | A stream to write into |
| options | A backup options |
Backup (2 of 2)
Backups the content of the specified folders
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
Backup(System::SharedPtr < ExchangeFolderInfoCollection > folders, System::String fileName, Storage::Pst::BackupOptions options)
| Parameter | Description |
|---|---|
| folders | A folders to backup |
| fileName | A path to the presonal storage file |
| options | A backup options |