AdminMailQueue (System Admin Context)¶
OctoSAM Admin context system query
This query is an integral part of the OctoSAM application. OctoSAM starts the query to display tabular data within the application. The query can only be started from within the intended application system context.
List the mail queue.
Fields¶
| Name | Type | Visible | Description |
|---|---|---|---|
| ID | numeric | false | Internal ID for the MailQueueItem entity (Primary Key) |
| Created | date | false | Date/Time this mail queue item was created in the database |
| Delivered | date | true | Date/Time this mail queue item was delivered |
| Last Attempt At | date | false | Date/Time of the last attempt to send this mail queue item |
| Subject | string | true | Subject of the mail queue item |
| From Address | string | false | Email address of the sender |
| To Address | string | true | Email address of the recipient |
| Attachments | numeric | true | |
| Reply To Address | string | false | Reply-to email address |
| Retry Count | numeric | false | Number of retry attempts |
| Last Error Message | string | true | Last error message encountered while processing this mail queue item |
| Source | string | false | Source of the mail queue item |
| Source Object Guid | guid | false | Unique identifier for the source object |
| Mail Queue Item State ID | numeric | false | Internal ID that references the MailQueueItemState entity (Foreign Key) |
| Mail Queue State | string | true | |
| Alert Identification | string | false | A unique identifier for the alert associated with this mail queue item - this is to prevent mail storms for items with the same alert |
| Current Date Time | date | false | Date and time the query was run. For reference if you use and save query results. |
Main entities referenced from this query¶
Query information¶
| Property | Value | Description |
|---|---|---|
| Query Guid | 8b992585-b947-4f96-9da3-8ae85d0a64f9 | The internal id of the query. Must be unique |
| SupportsDesktop | true | If true, the query can be started from the OctoSAM Windows GUI |
| SupportsWeb | true | If true, the query can be started from the OctoSAM Web UI |
| LastUpdate | 2026-04-20 17:23:58 | Last change to this document |
| Build | 1.12.4.54 | OctoSAM build that last changed this document |