MboxSaveOptions

MboxSaveOptions class

Specifies additional options when save a Mbox storage.

The MboxSaveOptions type exposes the following members:

Constructors

NameDescription
MboxSaveOptions()Initializes a new instance of the MboxSaveOptions class

Properties

NameDescription
leave_openGets or sets a value indicating whether to keep the underlying stream open after disposing.
Default value is false.
from_should_be_escapedGets 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.

See Also