mailslurp_netstandard_2x.Model.SentEmailDto
Sent email details
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Guid | ID of sent email | |
UserId | Guid | User ID | |
InboxId | Guid | Inbox ID email was sent from | |
DomainId | Guid? | Domain ID | [optional] |
To | List | Recipients email was sent to | [optional] |
From | string | Sent from address | [optional] |
ReplyTo | string | [optional] | |
Cc | List | [optional] | |
Bcc | List | [optional] | |
Attachments | List | Array of IDs of attachments that were sent with this email | [optional] |
Subject | string | [optional] | |
BodyMD5Hash | string | MD5 Hash | [optional] |
Body | string | Sent email body | [optional] |
ToContacts | List | [optional] | |
ToGroup | Guid? | [optional] | |
Charset | string | [optional] | |
IsHTML | bool? | [optional] | |
SentAt | DateTime | ||
PixelIds | List | [optional] | |
MessageId | string | [optional] | |
MessageIds | List | [optional] | |
VirtualSend | bool? | [optional] | |
TemplateId | Guid? | [optional] | |
TemplateVariables | Dictionary | [optional] | |
Html | bool | [optional] |