No description
type Email {
  cc: [EmailAddress]
  id: ID
  sender: EmailAddress
  sent: DateTime
  subject: String
  summary: String
  textContent: String
  to: [EmailAddress]
}
Fields
Email.cc ● [EmailAddress] list interface
The Cc: recipients of this e-mail.
Email.id ● ID scalar
Email.sender ● EmailAddress interface
The sender of this e-mail.
Email.sent ● DateTime object
Date and time the E-Mail was sent originally.
Email.subject ● String scalar
The E-Mail subject line
Email.summary ● String scalar
A short, plaintext summary of the E-Mail body.
Email.textContent ● String scalar
Full plaintext content of the E-Mail body.
Email.to ● [EmailAddress] list interface
The To: recipients of this e-mail.
Returned By
email  query
Member Of
EmailEdge  object