mail_storage_options property

mail_storage_options property

The mail storage data files view options.

Provides options for rendering mail storage data files (e.g., Lotus Notes databases). For more information and code examples, see the documentation.

Definition:

@property
def mail_storage_options(self):
    ...
@mail_storage_options.setter
def mail_storage_options(self, value):
    ...

See Also