NET Email Validation
SmtpPort Property






KellermanSoftware.NetEmailValidation Namespace > EmailValidation Class : SmtpPort Property
The Port to connect to the SMTP Server. Default is 25
Syntax
'Declaration
 
Public Property SmtpPort As System.Integer
'Usage
 
Dim instance As EmailValidation
Dim value As System.Integer
 
instance.SmtpPort = value
 
value = instance.SmtpPort
public System.int SmtpPort {get; set;}
public read-write property SmtpPort: System.Integer; 
public function get,set SmtpPort : System.int
public: __property System.int get_SmtpPort();
public: __property void set_SmtpPort( 
   System.int value
);
public:
property System.int SmtpPort {
   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