MboxLoadOptions

MboxLoadOptions class

Specifies additional options when loading a Mbox storage.

Constructors

NameDescription
MboxLoadOptions

Methods

NameDescription
get_LeaveOpenGets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
get_PreferredTextEncodingGets preferred encoding for messages. The default value is null.
get_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
set_LeaveOpenSets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
set_PreferredTextEncodingSets preferred encoding for messages. The default value is null.
set_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.