RblFilterMaxThreadCount Property
Gets or sets the maximum number of threads MailBee may create during RBL verification of IP addresses. operations.

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

Property Value

Type: Int32
An integer value specifying the maximum number of threads MailBee may create during e-mail address verification operations, or -1 which specifies the number of threads is not limited. The default value is 1 (i.e. multi-threading is off).
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is zero.
Remarks
Multi-threading greatly increases performance of validating IP addresses against multiple RBLs. The maximum thread count MailBee can utilize is 60 (although it's unlikely that you'll use so many RBLs).
See Also