EmailAttachmentInfoDto
Email attachment information DTO (for responses)
Properties
| Name | Type | Description |
|---|---|---|
| uniqueId | string | Unique attachment identifier |
Unique attachment identifier | ||
| fileName | string | File name |
File name | ||
| contentType | string | MIME content type |
MIME content type | ||
| size | integer | File size in bytes |
File size in bytes | ||
JSON Example
{
"uniqueId": "00000000-0000-0000-0000-000000000000",
"fileName": "string",
"contentType": "string",
"size": 0
}