Click or drag to resize

Limilabs.Mail.Tools.Spam Namespace

Spam tools namespace.
Classes
  ClassDescription
Public classBayesianMailFilter
Represents Bayesian spam filter. You can use SpamFilterTeacher to teach and assess the accuracy of the filter.
Public classLearnedWordPreviousVersionFormat
This type is for internal use only.
Public classSpamFilterTeacher
You can use this class to teach spam filter (e.g. BayesianMailFilter) to recognize which messages are spam and which are not (are ham). During learning phase, both spam and not spam (ham) messages' count should be similar (100 or more).
Public classSpamResult
Represents result of the email examination performed by BayesianMailFilter class.
Public classSpamTestResults
Represents the result of spam filter test. You can use SpamFilterTeacher to teach and assess the accuracy of the filter.
Interfaces
  InterfaceDescription
Public interfaceISpamFilter
Represents a spam filter.