API Docs / Schemas / MailboxAttachmentDto

MailboxAttachmentDto

Attachment metadata from the provider

Properties

Name Type Description
attachmentIdstring

Provider-specific attachment ID

Provider-specific attachment ID

fileNamestring

File name

File name

contentTypestring

MIME content type

MIME content type

sizeinteger

Size in bytes

Size in bytes

contentIdstring

Content ID for inline attachments (CID reference used in HTML body).
Null for regular (non-inline) attachments.

Content ID for inline attachments (CID reference used in HTML body).
Null for regular (non-inline) attachments.

isInlineboolean

Whether this attachment is inline (embedded in the HTML body via CID reference)

Whether this attachment is inline (embedded in the HTML body via CID reference)

JSON Example

{
  "attachmentId": "string",
  "fileName": "string",
  "contentType": "string",
  "size": 0,
  "contentId": "string"
}

Contained in Schemas