Gets the number of DNS records already in the cache.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static int Count { get; }
Public Shared ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32An 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