OlmLoadOptions class
OlmLoadOptions class
Options for loading Olm documents.
The OlmLoadOptions type exposes the following members:
Constructors
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