LoadDatabase
LoadDatabase (1 of 2)
Loads Bayesian database from stream.
Returns: void Aspose::Email::AntiSpam::
LoadDatabase(System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| stream | An input stream containing Bayesian database. |
LoadDatabase (2 of 2)
Loads Bayesian database from file.
Returns: void Aspose::Email::AntiSpam::
LoadDatabase(System::String filePath)
| Parameter | Description |
|---|---|
| filePath | The full or relative path to the file containing Bayesian database. |