MailAttachment
Mail attachments for queued mail items.
erDiagram
MailQueueItem ||--o{ MailAttachment : "MailQueueItemID"
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 |
References
| Column Name |
Referenced Table |
Description |
| MailQueueItemID |
MailQueueItem |
Queued mails to be sent by the OctoSAM import service. OctoSAM Inventory uses this to send notification mails. |