Use this method to teach the filter which messages are spam.

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

Syntax

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

Parameters

path
Type: System..::..String
Path to the folder that contains spam messages.

See Also