Use this method to teach the filter which messages are not spam (are ham).

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

Syntax

C#
public void TeachHam(
	string path
)
Visual Basic
Public Sub TeachHam ( _
	path As String _
)
Visual C++
public:
void TeachHam(
	String^ path
)

Parameters

path
Type: System..::..String
Path to the folder that contains not spam (ham) messages.

See Also