mailslurp.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 | |
To | List | Recipients email was sent to | [optional] |
From | string | [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 | [optional] | |
Charset | string | [optional] | |
IsHTML | bool | [optional] | |
SentAt | DateTime | ||
PixelIds | List | [optional] | |
MessageId | string | [optional] |