OutlookOptions Class
Provides options for rendering Outlook data files.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsOutlookOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class OutlookOptions

The OutlookOptions type exposes the following members.

Constructors
  NameDescription
Public methodOutlookOptions
Initializes a new instance of the OutlookOptions class
Properties
  NameDescription
Public propertyAddressFilter
The email-address used to filter messages by sender or recipient.
Public propertyFolder
The name of the folder (e.g. Inbox, Sent Item or Deleted Items) to render.
Public propertyMaxItemsInFolder
The maximum number of messages or items, that can be rendered from one folder.
Public propertyTextFilter
The keywords used to filter messages.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also