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.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int SmtpTimeOut { get; set; }
Public Property SmtpTimeOut As Integer
Get
Set
public:
property int SmtpTimeOut {
int get ();
void set (int value);
}
member SmtpTimeOut : int with get, set
Property Value
Type:
Int32Remarks
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