SpamAnalyzer Constructor (String)

Initialize a new instance of the SpamAnalyzer class.

Namespace:  Aspose.Email.AntiSpam
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public SpamAnalyzer(
	string filePath
)

Parameters

filePath
Type: SystemString
The full or relative path to the file containing Bayesian database.
Exceptions
ExceptionCondition
ArgumentExceptionIf filePath is null or an empty string.
See Also