EmailAddressValidatorMaxThreadCount Property
Gets or sets the maximum number of threads MailBee may create during bulk verification of e-mail addresses' operations.

Namespace: MailBee.AddressCheck
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 mass checking of e-mail addresses. The maximum thread count MailBee can utilize is 60.
Note Note
Visual Studio 2010 and earlier may hang if you're running a heavily multi-threaded application under the debugger for a long time. Consider upgrading to Visual Studio 2012 or higher if this happens often. Alternatively, decrease the number of threads when debugging.
See Also