folder property
folder property
Sets the name of the folder (e.g. Inbox, Sent Item or Deleted Items) to render.
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.
Definition:
@property
def folder(self):
...
@folder.setter
def folder(self, value):
...
See Also
- module
groupdocs.viewer.options - class
OutlookOptions