# mailslurp.Model.SentEmailDto
Sent email details
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Attachments | List<string> | Array of IDs of attachments that were sent with this email | [optional] |
Bcc | List<string> | [optional] | |
Body | string | [optional] | |
BodyMD5Hash | string | MD5 Hash | [optional] |
Cc | List<string> | [optional] | |
Charset | string | [optional] | |
From | string | [optional] | |
Id | Guid | ID of sent email | [optional] |
InboxId | Guid | Inbox ID email was sent from | [optional] |
IsHTML | bool | [optional] | |
ReplyTo | string | [optional] | |
SentAt | DateTime | ||
Subject | string | [optional] | |
To | List<string> | Recipients email was sent to | [optional] |
UserId | Guid | User ID | [optional] |
[Back to Model list] [Back to API list] [Back to README]