BayesFilterAutoLearning Property |
Gets or sets if the filter should automatically learn during scoring
messages on the words with the sufficient spam/non-spam weight.
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool AutoLearning { get; set; }
Public Property AutoLearning As Boolean
Get
Set
Property Value
Type:
Booleantrue if all the words with the sufficient spam/non-spam weight
detected during scoring the message should be added to the Bayesian
database;
false if no change of the database should take place.
The default value is
false.
Remarks See Also