NET Email Validation
SmtpTimeout Property






KellermanSoftware.NetEmailValidation Namespace > EmailValidation Class : SmtpTimeout Property
The number of milliseconds to wait until an SMTP Server responds. The default is 30,000 milliseconds (30 seconds)
Syntax
'Declaration
 
Public Property SmtpTimeout As System.Integer
'Usage
 
Dim instance As EmailValidation
Dim value As System.Integer
 
instance.SmtpTimeout = value
 
value = instance.SmtpTimeout
public System.int SmtpTimeout {get; set;}
public read-write property SmtpTimeout: System.Integer; 
public function get,set SmtpTimeout : System.int
public: __property System.int get_SmtpTimeout();
public: __property void set_SmtpTimeout( 
   System.int value
);
public:
property System.int SmtpTimeout {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EmailValidation Class
EmailValidation Members