Class MboxLoadOptions

MboxLoadOptions class

Specifies additional options when loading a Mbox storage.

public class MboxLoadOptions

Constructors

NameDescription
MboxLoadOptions()The default constructor.

Properties

NameDescription
LeaveOpen { get; set; }Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
PreferredTextEncoding { get; set; }Gets or sets preferred encoding for messages. The default value is null.

See Also