| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  ClientUsersID | int |  | ||
|  ClientsID | int | |||
|  OptedIn | bit | Default = 0 | ||
|  Enabled | bit | Default = 0 | ||
|  Quota | int |  | ||
|  MailerServiceGUID | uniqueidentifier |  | ||
|  GUID | uniqueidentifier | Default = (newid()) | ||
|  UpdateDate | datetime |  | ||
|  IncomingAddress | nvarchar(510) |  | ||
|  ForwardingAddress | nvarchar(510) |  | ||
|  CreateDate | datetime |  | Default = getutcdate() | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  CreateID | int |  | ClientUsers.ID | |
|  UpdateID | int |  | ClientUsers.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_ClientUserMailForwarding_IncomingAddressUnique | IncomingAddress, ClientsID |  | ||
|  IX_ClientUserMailForwarding_UserUnique | ClientUsersID, ClientsID |  | ||
|  PK_ClientUserMailForwarding | ID |  |  |  | 
| Trigger Name | Description | 
|---|---|
|  TR_CLIENTUSERMAILFORWARDING_DELETE | 
