# # SentEmailDto
# Properties
Name | Type | Description | Notes |
---|---|---|---|
attachments | string[] | Array of IDs of attachments that were sent with this email | [optional] |
bcc | string[] | [optional] | |
body | string | [optional] | |
body_md5_hash | string | MD5 Hash | [optional] |
cc | string[] | [optional] | |
charset | string | [optional] | |
from | string | [optional] | |
id | string | ID of sent email | [optional] |
inbox_id | string | Inbox ID email was sent from | [optional] |
is_html | bool | [optional] | |
reply_to | string | [optional] | |
sent_at | \DateTime | ||
subject | string | [optional] | |
to | string[] | Recipients email was sent to | [optional] |
user_id | string | User ID | [optional] |
[Back to Model list] [Back to API list] [Back to README]