INTERFACE

O365ExchangeObject

link GraphQL Schema definition

  • interface O365ExchangeObject {
  • # The ID of the O365 exchange object.
  • id: String!
  • # The parent folder ID of the object (ROOT indicates root folder).
  • parentFolderId: String
  • }