BayesFilterAutoLearningGradeBelow Property
Gets or sets the maximum score the message should get so that the filter will treat it as non-spam and automatically learn this.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int AutoLearningGradeBelow { get; set; }

Property Value

Type: Int32
The integer value in 0-100 range specifying the maximum score the message should get so that the filter will automatically learn from it as from non-spam sample.
The default value is 5.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is out of 0-100 range.
Remarks
This property has no effect if AutoLearning is false.
See Also