PersonalStorageCanWrite Property |
Gets a value indicating whether
the current pst supports writing.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool CanWrite { get; }
Public ReadOnly Property CanWrite As Boolean
Get
public:
property bool CanWrite {
bool get ();
}
member CanWrite : bool with get
Property Value
Type:
Boolean
See Also