# MessageEmail **Type:** GraphQL objects **Description:** Email-specific envelope and body data. ## Fields - subject (String): Email subject line. - integrationId (String): Integration ID this email belongs to. - from (EmailAddress): Sender address(es). - name (String): Display name (e.g. 'John Doe'). - address (String): Email address (e.g. 'john@example.com'). - to (EmailAddress): To recipients. - name (String): Display name (e.g. 'John Doe'). - address (String): Email address (e.g. 'john@example.com'). - cc (EmailAddress): CC recipients. - name (String): Display name (e.g. 'John Doe'). - address (String): Email address (e.g. 'john@example.com'). - bcc (EmailAddress): BCC recipients (only visible to sender). - name (String): Display name (e.g. 'John Doe'). - address (String): Email address (e.g. 'john@example.com'). - references (String): RFC 5322 References header chain for threading. - htmlBody (String): Sanitized HTML body. - textBody (String): Plain-text fallback body. - snippet (String): Short preview snippet. - attachments (EmailAttachment): Email-native attachment metadata. - filename (String): Original filename. - mimeType (String): MIME type. - size (Int): File size in bytes. - contentId (String): Content-ID for inline/embedded images. - attachmentId (String): Server-side storage ID for download. - newContent (String): Extracted new content (stripped of quoted/replied text). - quotedContent (String): The quoted/replied portion of the email body. - signature (String): Detected email signature block.