The Spam Classification given to an email by the Commtouch scan
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Confirmed | 0 | This indicates that email is spam | |
| Bulk | 1 | This indicates that the email has been sent to many users and is probably spam | |
| Suspected | 2 | This indicates that the email is probably spam | |
| Unknown | 3 | This indicates that it is unknown if the email is spam | |
| NonSpam | 4 | This inidcates that the email is not spam |
See Also