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
Syntaxpublic bool IsPasswordProtected { get; }
Public ReadOnly Property IsPasswordProtected As Boolean
Get
public:
property bool IsPasswordProtected {
bool get ();
}
member IsPasswordProtected : bool with get
Property Value
Type:
Booleantrue if the storage is password protected; otherwise,
false.
See Also