attachments | [String] | List of IDs of attachments found in the email. Use these IDs with the Inbox and Email Controllers to download attachments and attachment meta data such as filesize, name, extension. | [optional] |
bcc | [String] | List of `BCC` recipients email was addressed to | [optional] |
cc | [String] | List of `CC` recipients email was addressed to | [optional] |
createdAt | Date | When was the email received by MailSlurp | [optional] |
from | String | Who the email was sent from | [optional] |
id | String | ID of the email | [optional] |
read | Boolean | Has the email been viewed ever | [optional] |
subject | String | The subject line of the email message | [optional] |
to | [String] | List of `To` recipients email was addressed to | [optional] |