ComponentSpace Email Checker Class Library Reference

EmailAddressChecker.Timeout Property

Gets or sets the number of milliseconds to wait for the email address check to complete.

[Visual Basic]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}

Property Value

The number of milliseconds to wait for the email address check to complete. The default is 60 seconds.

See Also

EmailAddressChecker Class | ComponentSpace.EmailChecker Namespace