folder property

folder property

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

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 a code example, see the documentation.

Definition:

@property
def folder(self):
    ...
@folder.setter
def folder(self, value):
    ...

See Also