Field |
Field Type |
Null |
Notes |
Description |
USERNAME |
nvarchar(100) |
|
Default = '' |
|
PASSWORD |
nvarchar(4000) |
|
Default = '' |
|
DOMAIN |
nvarchar(250) |
|
Default = '' |
|
URL |
nvarchar(500) |
|
Default = '' |
|
USEIMPERSONATION |
bit |
|
Default = 1 |
Designates that the defined Exchange user information should be used to impersonate other Exchange users. |
SUBSCRIPTIONPAUSELENGTH |
int |
|
Default = 5 |
Value represents seconds. There must be a pause between the call to create the subscription and the call to get the events in order for the GetEvents() call to return values. |
ISDEFAULTSERVER |
bit |
|
Default = 0 |
|
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. |