OBJECT
type O365Email implements O365ExchangeObject {id: String! subject: String from: String toRecipients: [String!]! sentDateTime: DateTime receivedDateTime: DateTime parentFolderId: String snapshotNum: Int # The timestamp when the email was last modified.lastModifiedDateTime: DateTime snapshotId: UUID # Type of hierarchy for the specified email.hierarchyType: ExchangeItemHierarchyType! }