Click or drag to resize
EmailValidatorSmtpTimeOut Property
Gets or sets the amount of time for a Smtp Server to acknowledge a request. Units are milliseconds. Default value 30 seconds.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int SmtpTimeOut { get; set; }

Property Value

Type: Int32
Remarks
Since SMTP servers will vary in network distance and response time, it is recommended to allow at least 5 to 10 seconds to respond.
See Also