SmtpMessageMXLookupDoneEventArgsFailedDomains Property |
Gets the list of domains MX lookup failed for.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public StringCollection FailedDomains { get; }
Public ReadOnly Property FailedDomains As StringCollection
Get
Property Value
Type:
StringCollectionA reference to the
StringCollection object
which contains the list of all recipients domains, for which SMTP servers have been found.
Remarks If no MX or A records have been reported by the DNS server for the given domain,
it means this domain cannot accept mail for delivery. Such domain will be placed into
FailedDomains list.
See Also