DnsServerHost Property
Gets or sets an IP address of the DNS server as string.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Host { get; set; }

Property Value

Type: String
IP address of the DNS server.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionHost is not a valid IP address string.
See Also