SmtpServer Constructor |
Name | Description | |
---|---|---|
SmtpServer |
Initializes a new instance of the SmtpServer class.
| |
SmtpServer(String) |
Initializes a new instance of the SmtpServer class with the given host name or IP address string,
and assigns the top priority to this instance.
| |
SmtpServer(String, Int32, Int32) |
Initializes a new instance of the SmtpServer class with
the given host name (or IP address string) and port number,
and assigns the specified priority to this instance.
| |
SmtpServer(String, String, String) |
Initializes a new instance of the SmtpServer class with the given host name
or IP address string, enables ESMTP authentication and assigns the top priority to this instance.
| |
SmtpServer(String, String, String, AuthenticationMethods) |
Initializes a new instance of the SmtpServer class with the given host name
or IP address string, enables ESMTP authentication using the specified methods, and assigns the top priority to this instance.
| |
SmtpServer(String, Int32, Int32, Int32, Boolean, AuthenticationMethods, String, String, Boolean, String, ExtendedSmtpOptions) |
Initializes a new instance of the SmtpServer class with the given
parameter values.
| |
SmtpServer(String, Int32, Int32, Int32, Boolean, AuthenticationMethods, String, String, Boolean, String, ExtendedSmtpOptions, Int32, Int32, Int32) |
Initializes a new instance of the SmtpServer class with the given
parameter values.
|