GlobalDnsPort Property
Gets or sets the port on which to communicate with DNS servers.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static int DnsPort { get; set; }

Property Value

Type: Int32
The integer value containing the port number to connect to DNS servers on. The default value is 53 (Domain Name Server port).
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue does not denote a valid port number.
Remarks
In some rare cases, the developer may need to set it to 42 (Host Name Server port).
See Also