PersonalStorageLoadOptionsWritable Property |
Gets or sets a value indicating whether the pst is writable.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic bool Writable { get; set; }
Public Property Writable As Boolean
Get
Set
public:
property bool Writable {
bool get ();
void set (bool value);
}
member Writable : bool with get, set
Property Value
Type:
Booleantrue if writable; otherwise,
false.
See Also