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

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

foldersarray of CodeAndNameDto

Folders/labels this email currently belongs to. For Outlook this is exactly one entry;
for Gmail an email can belong to many labels. Each entry's Code is the folder's
UniqueId and Name is the display path.

Folders/labels this email currently belongs to. For Outlook this is exactly one entry;
for Gmail an email can belong to many labels. Each entry's Code is the folder's
UniqueId and Name is the display path.

JSON Example

{
  "uniqueId": "00000000-0000-0000-0000-000000000000",
  "subject": "string",
  "fromEmail": "string",
  "fromName": "string",
  "snippet": "string"
}

Contained in Schemas