Click or drag to resize

ISpamFilterLearnHam Method

Use this method to teach the filter that specified message is not spam (is ham).

Namespace:  Limilabs.Mail.Tools.Spam
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
void LearnHam(
	IMail email
)

Parameters

email
Type: Limilabs.MailIMail
Not spam (ham) message
See Also