DnsServerPriority Property
Gets or sets a value of the preference of the DNS server. Lower values are preferred.

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

Property Value

Type: Int32
An integer value in the range 0 to 999 indicating the preference of the DNS server.
Remarks
You can find more information on the server priority in SortableByPriorityCollection class documentation.
See Also