BayesFilterScoreMessage Method |
Namespace: MailBee.AntiSpam
Exception | Condition |
---|---|
MailBeeInvalidArgumentException | message is a null reference (Nothing in Visual Basic). |
ScoreMessage(MailMessage) method will always show 50% result if the database is an empty or absent at all. So, there is no sense to use this method preparatory to the moment when the database has any data (the more the better).
In case of multy-threading AutoLearning property should be set to false.
When the AutoLearning property is set to true, Bayesian database may update itself in memory. It may need to update database on disk. To store database to disk please use SaveDatabase(String, String) method.