| Field |
Type |
Defaults |
Nulls? |
Comments |
| identifier |
numeric - Identity |
None |
No |
Unique ID for an entry. |
| createdDate |
datetime |
None |
No |
The original creation data/time for the entry. |
| modifiedDate |
datetime |
None |
No |
The last modified date/time for the entry. |
| version |
numeric (19) |
None |
No |
The version number for the entry. |
| content |
varbinary (MAX) |
None |
No |
The binary form of the email. |
| problem |
nvarchar (4000) |
None |
Yes |
The error message that caused the email to be queued, or the most recent error to be re-queued. |
| retries |
int |
None |
No |
The number of times this email has been tried to be send. |
| subject |
nvarchar (4000) |
None |
Yes |
The email subject. Used for reference only as the actual subject is included in the content field. |
| sender_identifier |
numeric (19) |
None |
Yes |
The identifier for the user account the originated the email. |