public class MboxSaveOptions extends Object
Specifies additional options when save a Mbox storage.
| Constructor and Description |
|---|
MboxSaveOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFromShouldBeEscaped()
Gets or sets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message.
|
boolean |
getLeaveOpen()
Gets or sets a value indicating whether to keep the underlying stream open after disposing.
|
void |
setFromShouldBeEscaped(boolean value)
Gets or sets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message.
|
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.
public final boolean getFromShouldBeEscaped()
Gets or sets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message. The default value is false.
public final void setFromShouldBeEscaped(boolean value)
Gets or sets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message. The default value is false.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.