DnsCacheCount Property
Gets the number of DNS records already in the cache.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static int Count { get; }

Property Value

Type: Int32
An integer value specifying the number of DNS MX, TXT and PTR records already in the cache. The value is zero if the cache is empty.
See Also