public class PersonalStorageLoadOptions extends Object
Specifies additional options when loading a PST storage.
| Constructor and Description |
|---|
PersonalStorageLoadOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getLeaveStreamOpen()
Leave stream open when PersonalStorage is disposed.
|
boolean |
getWritable()
Gets or sets a value indicating whether the pst is writable.
|
void |
setLeaveStreamOpen(boolean value)
Leave stream open when PersonalStorage is disposed.
|
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. By default the value is true.
Value:true if writable; otherwise, false.public final void setWritable(boolean value)
Gets or sets a value indicating whether the pst is writable. By default the value is true.
Value:true if writable; otherwise, false.public final boolean getLeaveStreamOpen()
Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage.fromFile(String,PersonalStorageLoadOptions) method is used.
By default the value is false.
public final void setLeaveStreamOpen(boolean value)
Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage.fromFile(String,PersonalStorageLoadOptions) method is used.
By default the value is false.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.