EmailAddressValidatorIsAborted Property
Indicates whether Abort method has been called for the component.

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

Property Value

Type: Boolean
true if Abort method has already been called; otherwise, false. The default value is false.
Remarks

In aborted state, the component does not raise any events, and most methods, if called, will immediately return an error or throw an exception.

See Also