EmailAddressValidatorSmtpTimeout Property
Gets or sets the amount of time (in milliseconds) the component will wait for a response from the SMTP MX server.

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

Property Value

Type: Int32
The amount of time (in milliseconds) the component will wait for data to be received from the server before returning an error. The default value is DefaultTimeout.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is negative.
Remarks
If you need to adjust timeouts of DNS MX lookup operations as well, set UdpTimeout value for every DNS server in DnsServers collection.
See Also