Click or drag to resize

SpamFilterTeacherTest Method

Use this method to test the filter.

Namespace:  Limilabs.Mail.Tools.Spam
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public SpamTestResults Test(
	string spamFolder,
	string hamFolder
)

Parameters

spamFolder
Type: SystemString
Path to the folder that contains spam messages to test the filter on.
hamFolder
Type: SystemString
Path to the folder that contains not spam (ham) messages to test to test the filter on.

Return Value

Type: SpamTestResults
Test results.
See Also