MailboxAttachmentDto
Attachment metadata from the provider
Properties
| Name | Type | Description |
|---|---|---|
| attachmentId | string | Provider-specific attachment ID |
Provider-specific attachment ID | ||
| fileName | string | File name |
File name | ||
| contentType | string | MIME content type |
MIME content type | ||
| size | integer | Size in bytes |
Size in bytes | ||
| contentId | string | Content ID for inline attachments (CID reference used in HTML body). |
Content ID for inline attachments (CID reference used in HTML body). | ||
| isInline | boolean | 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"
}