MailBee.NET Objects 4.0

DnsCache Class

Provides properties and methods which allow the developer to control whether and how MailBee will cache DNS MX records when performing DNS MX lookup queries.

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

System.Object
   MailBee.DnsMX.DnsCache

public class DnsCache

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

By default, DNS MX caching is enabled which may greatly increase performance of "direct send" operations which involve sending large amounts of e-mails directly to end recipients mail servers (without using SMTP relay server).

Note   DNS cache maintained by DnsCache class is shared by all instances of Smtp objects within the application domain.

Requirements

Namespace: MailBee.DnsMX

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

See Also

DnsCache Members | MailBee.DnsMX Namespace | DnsServers