Lists DNS server known reply codes.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Public Enumeration DnsReplyCode
Members
| Member name | Value | Description |
---|
| NoError | 0 |
No error condition.
|
| FormatError | 1 |
Format error - The name server was unable to interpret the query.
|
| ServerFailure | 2 |
Server failure - The name server was unable to process this query
due to a problem with the name server.
|
| NameError | 3 |
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.
|
| NotImplemented | 4 |
Not Implemented - The name server does not support the requested kind of query.
|
| Refused | 5 |
Refused - The name server refuses to perform the specified operation
for policy reasons.
|
See Also