Examines specified message checking the probabilty of the message beeing spam.

Namespace: Limilabs.Mail.Tools.Spam
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
SpamResult Examine(
	IMail email
)
Visual Basic
Function Examine ( _
	email As IMail _
) As SpamResult
Visual C++
SpamResult^ Examine(
	IMail^ email
)

Parameters

email
Type: Limilabs.Mail..::..IMail
Message to check.

Return Value

Result including probabilty of the specifed message beeing spam (between 0.0 and 1.0).

See Also