OutlookOptions

OutlookOptions class

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

public class OutlookOptions

Constructors

Name Description
OutlookOptions() The default constructor.

Properties

Name Description
AddressFilter { get; set; } Sets the email-address used to filter messages by sender or recipient.
Folder { get; set; } Sets the name of the folder (e.g. Inbox, Sent Item or Deleted Items) to render.
MaxItemsInFolder { get; set; } The maximum number of messages or items, that can be rendered from one folder.
TextFilter { get; set; } Sets the keywords used to filter messages.

See Also