OBJECT

O365ContactFolder

Description

An O365 contact folder.

link GraphQL Schema definition

  • type O365ContactFolder implements O365ExchangeObject {
  • # The ID of the contact folder.
  • id: String!
  • # The display name for this contact folder.
  • name: String
  • # The parent folder ID of the contact folder.
  • parentFolderId: String
  • # The snapshot ID of this version of the contact folder.
  • snapshotId: UUID
  • # The snapshot time of this version of the contact folder.
  • snapshotTime: DateTime
  • # The snapshot number of this version of the contact folder.
  • snapshotNum: Int
  • }

link Require by

This element is not required by anyone