DotNetOpenMail 0.5.7 (beta)

SmtpServer Constructor

Create a new SMTP server at this hostname and port.

Overload List

Create a new SMTP server at this hostname and port.

[Visual Basic] Public Sub New(ByVal IPAddress,ByVal Integer)
[C#] public SmtpServer(IPAddress,int);
[C++] public: SmtpServer(IPAddress*,int);
[JScript] public function SmtpServer(IPAddress,int);

Create a new SMTP server at this hostname and port.

[Visual Basic] Public Sub New(ByVal String)
[C#] public SmtpServer(string);
[C++] public: SmtpServer(String*);
[JScript] public function SmtpServer(String);

Create a new SMTP server at this hostname and port.

[Visual Basic] Public Sub New(ByVal String,ByVal Integer)
[C#] public SmtpServer(string,int);
[C++] public: SmtpServer(String*,int);
[JScript] public function SmtpServer(String,int);

See Also

SmtpServer Class | DotNetOpenMail Namespace