SmtpServer Constructor (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.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public SmtpServer(
string name
)
Public Sub New (
name As String
)
Parameters
- name
- Type: SystemString
The host name or IP address of the SMTP relay server.
Exceptions Remarks See Also