MailBee.NET Objects 7.1

DnsServerCollection Class

Represents a sorted collection of DnsServer objects.

For a list of all members of this type, see DnsServerCollection Members.

System.Object
   System.Collections.CollectionBase
      MailBee.SortableByPriorityCollection
         MailBee.DnsMX.DnsServerCollection

[Serializable]
[DefaultMember(MemberName="Item")]
public class DnsServerCollection : SortableByPriorityCollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

When DnsServers collection is populated with at least one DNS server of higher priority than the top priority SMTP server in SmtpServers collection (or if SMTP collection is empty), Smtp component will by default send e-mails in direct send mode (via MX lookup).

Requirements

Namespace: MailBee.DnsMX

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

DnsServerCollection Members | MailBee.DnsMX Namespace