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