MailBee.NET Objects 7.1

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. Network interface (in .NET 2.0 and above).
  3. Windows registry.
  4. 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. Network interface (in .NET 2.0 and above).
  3. Windows registry.
  4. 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