public class PersonalStorageLoadOptions extends Object
Specifies additional options when loading a PST storage.
Constructor and Description |
---|
PersonalStorageLoadOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getWritable()
Gets or sets a value indicating whether the pst is writable.
|
void |
setWritable(boolean value)
Gets or sets a value indicating whether the pst is writable.
|
public final boolean getWritable()
Gets or sets a value indicating whether the pst is writable.
Value:true
if writable; otherwise, false
.public final void setWritable(boolean value)
Gets or sets a value indicating whether the pst is writable.
Value:true
if writable; otherwise, false
.