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. |