MailBee.NET Objects 4.0

DnsServerCollection.Autodetect Method

Clears and then populates the collection with DnsServer objects by looking up the following sources:

  1. "MailBee.DnsMX.DnsServerCollection" key in the config file.
  2. Windows registry.
  3. WMI database.

Overload List

Clears and then populates the collection with DnsServer objects by looking up the following sources:

  1. "MailBee.DnsMX.DnsServerCollection" key in the config file.
  2. Windows registry.
  3. WMI database.

public bool Autodetect();

Clears and then populates the collection with DnsServer objects by looking up the specified sources.

public bool Autodetect(DnsAutodetectOptions);

See Also

DnsServerCollection Class | MailBee.DnsMX Namespace | DnsAutodetectOptions