# EmailPreview
# Properties
Name | Type | Description | Notes |
---|---|---|---|
attachments | List | 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] [default to null] |
bcc | List | List of `BCC` recipients email was addressed to | [optional] [default to null] |
cc | List | List of `CC` recipients email was addressed to | [optional] [default to null] |
createdAt | Date | When was the email received by MailSlurp | [optional] [default to null] |
from | String | Who the email was sent from | [optional] [default to null] |
id | UUID | ID of the email | [optional] [default to null] |
read | Boolean | Has the email been viewed ever | [optional] [default to null] |
subject | String | The subject line of the email message | [optional] [default to null] |
to | List | List of `To` recipients email was addressed to | [optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]