Click or drag to resize

ISpamFilter Interface

Represents a spam filter.

Namespace:  Limilabs.Mail.Tools.Spam
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public interface ISpamFilter

The ISpamFilter type exposes the following members.

Methods
  NameDescription
Public methodExamine
Examines specified message checking the probability of the message being spam.
Public methodLearnHam
Use this method to teach the filter that specified message is not spam (is ham).
Public methodLearnSpam
Use this method to teach the filter that specified message is spam.
Top
See Also