EMAILSTATUSCODE

This table holds email status translations.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
STATUSCODE tinyint Default = 0 Holds the numerical value of the internal email status.
STATUSTRANSLATION nvarchar(50) Default = '' Holds the text translation of the numerical internal email status code.

Indexes

Index Name Fields Unique Primary Clustered
PK_EMAILSTATUSCODE ID yes yes yes
UIX_EMAILSTATUSCODE_STATUSCODE STATUSCODE yes