BayesFilterAutoLearningGradeAbove Property
Gets or sets the minimum score the message should get so that the filter will treat it as 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 AutoLearningGradeAbove { get; set; }

Property Value

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