# # EmailPreview
# Properties
Name | Type | Description | Notes |
---|---|---|---|
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] |
created_at | \DateTime | 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 | bool | 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] |
[Back to Model list] [Back to API list] [Back to README]