MailBee.NET Objects 4.0

DnsServerCollection.Add Method (DnsServer)

Adds a DnsServer to the collection and sorts the collection according to the elements priorities.

public void Add(
   DnsServer server
);

Parameters

server
A DnsServer to be added to the collection. The value cannot be a null reference (Nothing in Visual Basic).

Remarks

It's recommended to add elements from higher priority to lower priority. Thus, the elements will stay in the same order as they were added.

See Also

DnsServerCollection Class | MailBee.DnsMX Namespace | DnsServerCollection.Add Overload List