LoadDatabase

LoadDatabase (1 of 2)

Loads Bayesian database from stream.

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

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

LoadDatabase (2 of 2)

Loads Bayesian database from file.

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

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