Click or drag to resize

ISpamFilterExamine Method

Examines specified message checking the probability of the message being spam.

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

Parameters

email
Type: Limilabs.MailIMail
Message to check.

Return Value

Type: SpamResult
Result including probability of the specified message being spam (between 0.0 and 1.0).
See Also