API Docs / Schemas / ExternalMailboxEmailSummaryDto

ExternalMailboxEmailSummaryDto

Summary DTO for a mailbox email (used in list views)

Properties

Name Type Description
uniqueIdstring

Unique identifier for this email

Unique identifier for this email

directionenum

Represents the direction of an email in the external mailbox

Inbound Outbound

Represents the direction of an email in the external mailbox

Inbound Outbound

subjectstring

Email subject

Email subject

fromEmailstring

Sender email address

Sender email address

fromNamestring

Sender display name

Sender display name

snippetstring

Body preview snippet

Body preview snippet

messageDatestring

When the email was received or sent

When the email was received or sent

isReadboolean

Whether the email has been read

Whether the email has been read

hasAttachmentsboolean

Whether the email has attachments

Whether the email has attachments

importanceenum

Email importance/priority level

Low Normal High

Email importance/priority level

Low Normal High

conversationIdstring

Conversation ID for grouping messages into threads

Conversation ID for grouping messages into threads

configCodestring

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"
}

Contained in Schemas