Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.08 KB

EmailPreview.md

File metadata and controls

18 lines (13 loc) · 1.08 KB

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]
CreatedAt time.Time When was the email received by MailSlurp [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]