OBJECT
O365Contact
Description
An O365 contact object.
link GraphQL Schema definition
- type O365Contact implements O365ExchangeObject {
- # Addresses associated with this contact.
- : [String!]!
- # The company at which this contact works.
- : String
- # Email addresses associated with this contact.
- : [String!]!
- # The ID of the contact.
- : String!
- # The name for this contact.
- : String
- # The parent folder ID of the contact.
- : String
- # Phone numbers associated with this contact.
- : [String!]!
- # The snapshot ID of this version of the contact.
- : UUID
- # The snapshot number of this version of the contact.
- : Int
- # The snapshot time of this version of the contact.
- : DateTime
- }
link Require by
This element is not required by anyone