MboxSaveOptions

MboxSaveOptions class

Specifies additional options when save a Mbox storage.

Constructors

NameDescription
MboxSaveOptions

Methods

NameDescription
get_FromShouldBeEscapedGets 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_LeaveOpenGets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
set_FromShouldBeEscapedSets 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_LeaveOpenSets a value indicating whether to keep the underlying stream open after disposing. Default value is false.