OBJECT

O365Contact

Description

An O365 contact object.

link GraphQL Schema definition

  • type O365Contact implements O365ExchangeObject {
  • # The ID of the contact.
  • id: String!
  • # The name for this contact.
  • name: String
  • # Email addresses associated with this contact.
  • emailAddresses: [String!]!
  • # Phone numbers associated with this contact.
  • phoneNumbers: [String!]!
  • # Addresses associated with this contact.
  • addresses: [String!]!
  • # The company at which this contact works.
  • company: String
  • # The parent folder ID of the contact.
  • parentFolderId: String
  • # The snapshot ID of this version of the contact.
  • snapshotId: UUID
  • # The snapshot time of this version of the contact.
  • snapshotTime: DateTime
  • # The snapshot number of this version of the contact.
  • snapshotNum: Int
  • }

link Require by

This element is not required by anyone