Skip to content

EmailDetailsDto

← Email DTO

Поля

ПолеТипОбязательноеОписание
idnumberда
messageIdstring | nullда
emailContactIdnumber | nullда
subjectstring | nullда
bodyHtmlstringда
senderEmailstringда
sourceMailboxstring | nullда
statusEmailStatusDtoда
directionEmailDirectionDtoда
kindEmailKindDtoда
createDateTimestringда
attachmentsEmailAttachmentDto[]да

Пример

json
{
  "id": 0,
  "messageId": "uuid",
  "emailContactId": 0,
  "subject": "string",
  "bodyHtml": "string",
  "senderEmail": "user@example.com",
  "sourceMailbox": "user@example.com",
  "status": "<EmailStatusDto>",
  "direction": "<EmailDirectionDto>",
  "kind": "<EmailKindDto>",
  "createDateTime": "2026-05-05T08:00:00Z",
  "attachments": []
}