MboxLoadOptions

MboxLoadOptions class

Specifies additional options when loading a Mbox storage.

The MboxLoadOptions type exposes the following members:

Constructors

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

Properties

NameDescription
leave_openGets or sets a value indicating whether to keep the underlying stream open after disposing.
Default value is false.
preferred_text_encodingGets or sets preferred encoding for messages.
The default value is null.

See Also