MboxLoadOptions class

MboxLoadOptions class

Options for loading Mbox documents.

The MboxLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of MboxLoadOptions.

Methods

Method Description
clone Clones current instance.

Properties

Property Description
convert_owned The ConvertOwned flag that indicates owned documents will be converted. This read‑only property always returns True and implements IDocumentsContainerLoadOptions.convert_owned.
convert_owner The ConvertOwner property indicates whether the document owner is converted; it is read‑only and defaults to False, meaning the owner will not be converted.
depth The depth of the container. Implements IDocumentsContainerLoadOptions.depth. Default is 3.
format The input document file type. (inherited from LoadOptions)

See Also