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