Use this method to test the filter.
Namespace: Limilabs.Mail.Tools.SpamAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public SpamTestResults Test( string spamFolder, string hamFolder ) |
| Visual Basic |
|---|
Public Function Test ( _ spamFolder As String, _ hamFolder As String _ ) As SpamTestResults |
| Visual C++ |
|---|
public: SpamTestResults^ Test( String^ spamFolder, String^ hamFolder ) |
Parameters
- spamFolder
- Type: System..::..String
Path to the folder that contains spam messages to test the filter on.
- hamFolder
- Type: System..::..String
Path to the folder that contains not spam (ham) messages to test to test the filter on.
Return Value
[Missing <returns> documentation for "M:Limilabs.Mail.Tools.Spam.SpamFilterTeacher.Test(System.String,System.String)"]