PersonalStorageIsUnicode Property |
Gets a value indicating whether the PST file format is Unicode.
There are two versions of the PST file format: Unicode and ANSI.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool IsUnicode { get; }
Public ReadOnly Property IsUnicode As Boolean
Get
public:
property bool IsUnicode {
bool get ();
}
member IsUnicode : bool with get
Property Value
Type:
Boolean
See Also