Folder

OutlookOptions.Folder property

Sets the name of the folder (e.g. Inbox, Sent Item or Deleted Items) to render.

public string Folder { get; set; }

Remarks

When rendering an Outlook data file, GroupDocs.Viewer renders messages from all folders contained in the file (including nested folders). Use this property to render items from a specific folder.

For code example, see this documentation.

See Also