OlmLoadOptions class

OlmLoadOptions class

Options for loading Olm documents.

The OlmLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of OlmLoadOptions class.

Methods

Method Description
clone Clones current instance.

Properties

Property Description
convert_owned The IDocumentsContainerLoadOptions.convert_owned property is read‑only and always set to True, indicating that owned documents will be converted.
convert_owner The ConvertOwner flag indicating whether the document owner should be converted. Read‑only; always False, so the owner will not be converted.
depth The depth of the document container. Implements IDocumentsContainerLoadOptions.depth. Default is 3.
folder The folder to be processed. Default is Inbox.
format The input document file type. (inherited from LoadOptions)

See Also