OutlookOptions

OutlookOptions class

Contains options for rendering Outlook data files. For details, see the

The OutlookOptions type exposes the following members:

Constructors

Name Description
OutlookOptions() Initializes a new instance of the OutlookOptions class

Properties

Name Description
folder Sets the name of the folder (e.g. Inbox, Sent Item or Deleted Items) to render.
text_filter Sets the keywords used to filter messages.
address_filter Sets the email-address used to filter messages by sender or recipient.
max_items_in_folder The maximum number of messages or items, that can be rendered from one folder.

See Also