Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 BBNCMAPID int   Default = 0 NetCommunity email info ID.
 OPTEDIN bit   Default = 0 Opted-in to receive email.
 FORWARDINGENABLED bit   Default = 0 Indicates that email forwarding is enabled.
 INCOMINGEMAILADDRESS nvarchar(510)   Default = '' Incoming email address for forwarding.
 FORWARDINGEMAILADDRESS nvarchar(510)   Default = '' Email address where mail is forwarded..
 UPDATEDATE datetime Time the NetCommunity email info was updated.
 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.

Foreign Key Field Type Null Notes Description
 NETCOMMUNITYCLIENTUSERID uniqueidentifier NETCOMMUNITYCLIENTUSER.ID NetCommunity user linked to this email info.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_NETCOMMUNITYEMAILINFO_DATEADDED DATEADDED    
 IX_NETCOMMUNITYEMAILINFO_DATECHANGED DATECHANGED      
 IX_NETCOMMUNITYEMAILINFO_NETCOMMUNITYCLIENTUSERID NETCOMMUNITYCLIENTUSERID      
 PK_NETCOMMUNITYEMAILINFO ID  
 UIX_NETCOMMUNITYEMAILINFO_BBNCMAPID BBNCMAPID    

Trigger Name Description
 TR_NETCOMMUNITYEMAILINFO_AUDIT_UPDATE
 TR_NETCOMMUNITYEMAILINFO_AUDIT_DELETE

Entity-Relationship diagram of this table