SaveAs
SaveAs (1 of 2)
Saves the current object to a specified file format in a stream.
Returns: void Aspose::Email::Storage::Pst::
SaveAs(System::SharedPtr < System::IO::Stream > stream, FileFormat format)
| Parameter | Description |
|---|---|
| stream | The stream to be saved. |
| format | The FileFormat is to be used. |
SaveAs (2 of 2)
Saves the current object to a specified file format in a different file.
Returns: void Aspose::Email::Storage::Pst::
SaveAs(System::String fileName, FileFormat format)
| Parameter | Description |
|---|---|
| fileName | The name of the file to be saved. |
| format | The FileFormat is to be used when saving a file. |