PersonalStorageSaveAs Method |
Saves the current object to a specified file format in a different file.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void SaveAs(
string fileName,
FileFormat format
)
Public Sub SaveAs (
fileName As String,
format As FileFormat
)
public:
void SaveAs(
String^ fileName,
FileFormat format
)
member SaveAs :
fileName : string *
format : FileFormat -> unit
Parameters
- fileName
- Type: SystemString
The name of the file to be saved. - format
- Type: Aspose.Email.Storage.PstFileFormat
The FileFormat is to be used when saving a file.
See Also