MessageStoreIsPasswordProtected Property

Gets a value indicating whether the storage is password protected.

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

Property Value

Type: Boolean
true if the storage is password protected; otherwise, false.
See Also