DnsReplyCode Enumeration
Lists DNS server known reply codes.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum DnsReplyCode
Members
  Member nameValueDescription
NoError0 No error condition.
FormatError1 Format error - The name server was unable to interpret the query.
ServerFailure2 Server failure - The name server was unable to process this query due to a problem with the name server.
NameError3 Name Error - Meaningful only for responses from an authoritative name server, this code signifies that the domain name referenced in the query does not exist.
NotImplemented4 Not Implemented - The name server does not support the requested kind of query.
Refused5 Refused - The name server refuses to perform the specified operation for policy reasons.
See Also