PersonalStorageFormat Property

Gets the file format.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public FileFormat Format { get; }

Property Value

Type: FileFormat
FileFormat that specifies file format.
Remarks
The .pst and .ost file formats are supported now.
See Also