# 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] | |
bodyMD5Hash | String | MD5 Hash | [optional] |
cc | [String] | [optional] | |
charset | String | [optional] | |
from | String | [optional] | |
_id | UUID | ID of sent email | [optional] |
inboxId | UUID | Inbox ID email was sent from | [optional] |
isHTML | Bool | [optional] | |
replyTo | String | [optional] | |
sentAt | Date | ||
subject | String | [optional] | |
to | [String] | Recipients email was sent to | [optional] |
userId | UUID | User ID | [optional] |
[Back to Model list] [Back to API list] [Back to README]