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.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public SmtpServer(
	string name
)

Parameters

name
Type: SystemString
The host name or IP address of the SMTP relay server.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionname is a null reference (Nothing in Visual Basic).
Remarks
You can find more information on the server priority in SortableByPriorityCollection class documentation.
See Also