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
Syntax
public void SaveAs(
	string fileName,
	FileFormat format
)

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