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

Namespace: MailBee.DnsMX
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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