Class MboxSaveOptions

MboxSaveOptions class

Specifies additional options when save a Mbox storage.

public class MboxSaveOptions

Constructors

NameDescription
MboxSaveOptions()The default constructor.

Properties

NameDescription
FromShouldBeEscaped { get; set; }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.
LeaveOpen { get; set; }Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.

See Also