ENUM

ExchangeItemHierarchyType

Description

Type of hierarchy for all exchange items like emails, calendars, contacts, calendar groups, etc.

link GraphQL Schema definition

  • enum ExchangeItemHierarchyType {
  • # Denotes items (emails, folders, calendars, etc.) that belong to the default
  • # mailbox hierarchy.
  • DEFAULT_HIERARCHY
  • # Denotes items (emails, folders, calendars, etc.) that belong to the recoverable
  • # Items hierarchy.
  • RIF_HIERARCHY
  • }