RblFilterDnsServers Property
Gets the DnsServerCollection object containing the list of DNS servers to be used for DNS RBL lookup.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DnsServerCollection DnsServers { get; }

Property Value

Type: DnsServerCollection
The DnsServerCollection object containing the list of DNS servers to be used for DNS RBL lookup.
Remarks

MailBee can auto-detect which DNS servers are available in the system. The developer can use Autodetect method to retrieve DNS settings from OS or from the config file.

If multiple DNS servers specified, MailBee will distribute load between the available DNS servers to improve performance (provided that multiple RBLs are requested). However, if some servers have lower Priority than others, they will not be tried unless primary servers fail.

See Also