Create a new SMTP server at this hostname and port.
[Visual Basic] Public Sub New( _ ByVal hostname As String, _ ByVal port As Integer _ ) [C#] public SmtpServer( string hostname, int port ); [C++] public: SmtpServer( String* hostname, int port ); [JScript] public function SmtpServer( String hostname, int port );
SmtpServer Class | DotNetOpenMail Namespace | SmtpServer Constructor Overload List