MailAttachment¶
Mail attachments for queued mail items.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this mail attachment was created in the database |
| Data | varbinary | Binary data of the mail attachment |
| ExtraData | string | Additional data for the mail attachment (JSON format) |
| ID | numeric | Internal ID for the MailAttachment entity (Primary Key) |
| MailQueueItemID | numeric | Internal ID that references the MailQueueItem entity (Foreign Key) |
| Name | string | Name of the mail attachment |
| Size | numeric | Size of the mail attachment in bytes |