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