ExternalMailboxEmailSummaryDto
Summary DTO for a mailbox email (used in list views)
Properties
| Name | Type | Description |
|---|---|---|
| uniqueId | string | Unique identifier for this email |
Unique identifier for this email | ||
| direction | enum | Represents the direction of an email in the external mailbox |
Represents the direction of an email in the external mailbox | ||
| subject | string | Email subject |
Email subject | ||
| fromEmail | string | Sender email address |
Sender email address | ||
| fromName | string | Sender display name |
Sender display name | ||
| snippet | string | Body preview snippet |
Body preview snippet | ||
| messageDate | string | When the email was received or sent |
When the email was received or sent | ||
| isRead | boolean | Whether the email has been read |
Whether the email has been read | ||
| hasAttachments | boolean | Whether the email has attachments |
Whether the email has attachments | ||
| importance | enum | Email importance/priority level |
Email importance/priority level | ||
| conversationId | string | Conversation ID for grouping messages into threads |
Conversation ID for grouping messages into threads | ||
| configCode | string | Configuration code (GUID) identifying which mailbox this email belongs to |
Configuration code (GUID) identifying which mailbox this email belongs to | ||
JSON Example
{
"uniqueId": "00000000-0000-0000-0000-000000000000",
"direction": "Inbound",
"subject": "string",
"fromEmail": "string",
"fromName": "string"
}