MboxLoadOptions
Contents
[
Hide
]MboxLoadOptions class
Specifies additional options when loading a Mbox storage.
Constructors
| Name | Description |
|---|---|
| MboxLoadOptions |
Methods
| Name | Description |
|---|---|
| get_LeaveOpen | Gets a value indicating whether to keep the underlying stream open after disposing. Default value is false. |
| get_PreferredTextEncoding | Gets preferred encoding for messages. The default value is null. |
| get_VentureLicense | This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. |
| set_LeaveOpen | Sets a value indicating whether to keep the underlying stream open after disposing. Default value is false. |
| set_PreferredTextEncoding | Sets preferred encoding for messages. The default value is null. |
| set_VentureLicense | This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. |