Field |
Field Type |
Null |
Notes |
Description |
FROMADDRESS |
UDT_EMAILADDRESS |
|
Default = '' |
Holds the email address that the email is from. |
REPLYADDRESS |
UDT_EMAILADDRESS |
|
Default = '' |
Holds the email address that the receiver can reply to. |
FROMNAME |
nvarchar(255) |
|
Default = '' |
The name of the sender of the email. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
FAILURENOTIFICATION |
UDT_EMAILADDRESS |
|
Default = '' |
The email address to notify if the email can't be sent. |