MailQueueItem¶
Queued mails to be sent by the OctoSAM import service. OctoSAM Inventory uses this to send notification mails.
Fields¶
| Field | Type | Description |
|---|---|---|
| AlertIdentification | string | |
| Created | datetime | |
| Delivered | datetime | |
| ExtraData | string | |
| FromAddress | string | |
| HtmlBody | string | |
| ID | numeric | Internal ID for the MailQueueItem entity (Primary Key) |
| LastAttemptAt | datetime | |
| LastErrorMessage | string | |
| MailQueueItemStateID | numeric | Internal ID that references the MailQueueItemState entity (Foreign Key) |
| Message | string | |
| ReplyToAddress | string | |
| RetryCount | numeric | |
| Source | string | |
| SourceObjectGuid | guid | |
| Subject | string | |
| TextBody | string | |
| ToAddress | string |