MailQueueItemState
State of a mail queue item.
erDiagram
MailQueueItemState ||--o{ MailQueueItem : "MailQueueItemStateID"
Fields
| Field |
Type |
Description |
| Description |
string |
Description of the mail queue item state |
| ID |
numeric |
Internal ID for the MailQueueItemState entity (Primary Key) |
| Name |
string |
Name of the mail queue item state |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the mail queue item state (e.g., in queries) |
Referenced by
| Table |
Column Name |
Description |
| MailQueueItem |
MailQueueItemStateID |
Queued mails to be sent by the OctoSAM import service. OctoSAM Inventory uses this to send notification mails. |