RblFilterMaxThreadCount Property |
Gets or sets the maximum number of threads MailBee may create during RBL verification of IP addresses.
operations.
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int MaxThreadCount { get; set; }
Public Property MaxThreadCount As Integer
Get
Set
Property Value
Type:
Int32An 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 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