public class MboxLoadOptions extends Object
Specifies additional options when loading a Mbox storage.
Constructor and Description |
---|
MboxLoadOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getLeaveOpen()
Gets or sets a value indicating whether to keep the underlying stream open after disposing.
|
void |
setLeaveOpen(boolean value)
Gets or sets a value indicating whether to keep the underlying stream open after disposing.
|
public final boolean getLeaveOpen()
Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
public final void setLeaveOpen(boolean value)
Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.