EmailAddressValidatorIsBusy Property
Indicates whether the component is performing a lengthy operation.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsBusy { get; }

Property Value

Type: Boolean
A bool value indicating whether the component is busy because it's doing some work.
Remarks
When the component is busy, it's not possible to start another lengthy operation. For instance, if the component connects to the server or transfers data over the network, no other network operation can be started at this time. Any attempt to do so will result in MailBeeInvalidStateException.
See Also