MailBee.NET Objects 4.0

DnsServerCollection.Add Method

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

Overload List

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

public void Add(DnsServer);

Adds a top (0) priority DNS server under the specified IP address to the collection and sorts the collection according to the elements priorities.

public DnsServer Add(string);

Adds a DNS server under the specified IP address and with a particular priority to the collection and sorts the collection according to the elements priorities.

public DnsServer Add(string,int);

See Also

DnsServerCollection Class | MailBee.DnsMX Namespace