DnsServer Constructor (String)
Initializes a new instance of the DnsServer class with the given IP address string, and assigns the top priority to this instance.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DnsServer(
	string host
)

Parameters

host
Type: SystemString
IP address of the DNS server.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionhost is not a valid IP address string.
Remarks
You can find more information on the server priority in SortableByPriorityCollection class documentation.
See Also