MailBee.NET Objects 6.0

MailBee.AntiSpam Namespace

MailBee.AntiSpam namespace provides BayesFilter class which allows applications to detect spam e-mails with self-learning Bayesian filter.

For DomainKeys and DKIM functionality (which is often used as a sort of anti-spam check), refer to MailBee.Security.DomainKeys class.

For reverse DNS functionality (which is also used as a sort of anti-spam check), refer to MailBee.SmtpMail.Smtp.GetPtrData method.

Namespace hierarchy

Classes

ClassDescription
BayesFilter Provides properties and methods for checking e-mails messages for spam probability and learning the filter from proven spam and non-spam messages.

Enumerations

EnumerationDescription
BayesAlgorithm Defines the available values for BayesFilter.Algorithm property to specify the algorithm which should be used to calculate spam score of e-mail messages.