Click or drag to resize

SpamFilterTeacherTeachHam Method

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.23341.1754
Syntax
public void TeachHam(
	string path
)

Parameters

path
Type: SystemString
Path to the folder that contains not spam (ham) messages.
See Also