Used by UseSettings to determine how to apply HTML feature filtering.
The following settings are available:
* NoFiltering - HTML feature filtering is disabled for the domain.
* PrimaryDomain - Inherits HTML feature filter settings from the primary domain.
* CurrentDomain - The domain keeps its own HTML feature filter settings.
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoFiltering | 0 | ||
| PrimaryDomain | 1 | ||
| CurrentDomain | 2 |
See Also