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
)
Public Sub SaveDatabase (
filePath As String
)
public:
void SaveDatabase(
String^ filePath
)
member SaveDatabase :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The full or relative path to the file containing Bayesian database.
Exceptions See Also