MboxSaveOptions
Contents
[
Hide
]MboxSaveOptions class
Specifies additional options when save a Mbox storage.
Constructors
| Name | Description |
|---|---|
| MboxSaveOptions |
Methods
| Name | Description |
|---|---|
| get_FromShouldBeEscaped | Gets 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. |
| get_LeaveOpen | Gets a value indicating whether to keep the underlying stream open after disposing. Default value is false. |
| set_FromShouldBeEscaped | 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. |
| set_LeaveOpen | Sets a value indicating whether to keep the underlying stream open after disposing. Default value is false. |