Contains the settings to filter an incoming mailing list
Data model
Fields
| Field | Type | Description |
|---|---|---|
| cnf_filter_type | INT | Indicates the type of filter, (Include = 0, Exclusion = 1) |
| cnf_filterstring* | NVARCHAR (100) | Filter Text |
| cnf_id* | INT | Identifier of the associated mail configuration |
| id* | INT | Unique identifier of the filter configuration |
Primary Key
| PK_ASDK_MAIL_FILTER |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| cnf_id* | dbo.ASDK_MAIL_CONFIG | cnf_id | FK01_ASDK_MAIL_FILTER |