API Docs / Schemas / ExternalMailboxEmailDetailResponse

ExternalMailboxEmailDetailResponse

Full email detail response with body content fetched on-demand from the provider

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

htmlBodystring

HTML body of the email

HTML body of the email

plainTextBodystring

Plain text body of the email

Plain text body of the email

messageDatestring

When the email was received or sent

When the email was received or sent

toRecipientsarray of EmailRecipientDto

To recipients

To recipients

ccRecipientsarray of EmailRecipientDto

CC recipients

CC recipients

attachmentsarray of MailboxAttachmentDto

Attachment metadata

Attachment metadata

conversationIdstring

Conversation ID for grouping messages into threads

Conversation ID for grouping messages into threads

reconnectRequiredboolean

Whether the user needs to reconnect their mailbox to view this email

Whether the user needs to reconnect their mailbox to view this email

JSON Example

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

Used By Operations