PersonalStorageLoadOptions class

PersonalStorageLoadOptions class

Options for loading personal storage documents.

The PersonalStorageLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of PersonalStorageLoadOptions class.

Methods

Method Description
clone Clones current instance.

Properties

Property Description
convert_owned The ConvertOwned property implements IDocumentsContainerLoadOptions.convert_owned; it is read‑only and set to True, indicating that owned documents will be converted.
convert_owner The property implements IDocumentsContainerLoadOptions.convert_owner.
depth The depth of the documents container load options. Implements IDocumentsContainerLoadOptions.depth. Default is 3.
folder The folder to be processed. Default is Inbox.
format The input document file type.

See Also