Click or drag to resize

BayesianMailFilterLoadPrevious Method

Note: This API is now obsolete.

Loads all words used by the filter from specified file (old version).

Namespace:  Limilabs.Mail.Tools.Spam
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[ObsoleteAttribute("Use this method for previous version data migration only.")]
public void LoadPrevious(
	string path
)

Parameters

path
Type: SystemString
The file to read from.
See Also