outlook_options property

outlook_options property

The Microsoft Outlook data files view options.

For more information and code examples, see the documentation at https://docs.groupdocs.com/viewer/net/render-outlook-data-files/.

Definition:

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

See Also