SpamAnalyzerSaveDatabase Method (String)

Saves the Bayesian database to file.

Namespace:  Aspose.Email.AntiSpam
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void SaveDatabase(
	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