SaveDatabase

SaveDatabase (1 of 2)

Saves the Bayesian database to stream.

Returns: void Aspose::Email::AntiSpam::

SaveDatabase(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamAn output stream containing Bayesian database.

SaveDatabase (2 of 2)

Saves the Bayesian database to file.

Returns: void Aspose::Email::AntiSpam::

SaveDatabase(System::String filePath)
ParameterDescription
filePathThe full or relative path to the file containing Bayesian database.