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.
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.public final boolean getLeaveStreamOpen()
Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage.fromFile(String,PersonalStorageLoadOptions) method is used.
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.
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.