OBJECT
O365ContactFolder
Description
An O365 contact folder.
link GraphQL Schema definition
- type O365ContactFolder implements O365ExchangeObject {
- # The ID of the contact folder.
- : String!
- # The display name for this contact folder.
- : String
- # The parent folder ID of the contact folder.
- : String
- # The snapshot ID of this version of the contact folder.
- : UUID
- # The snapshot number of this version of the contact folder.
- : Int
- # The snapshot time of this version of the contact folder.
- : DateTime
- }
link Require by
This element is not required by anyone