IMailBeeNegativeDnsResponseException Interface
Defines properties which provide additional information regarding the negative response from the DNS server.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public interface IMailBeeNegativeDnsResponseException : IMailBeeNegativeResponseException

The IMailBeeNegativeDnsResponseException type exposes the following members.

Properties
  NameDescription
Public propertyID
Gets a value of the DNS response ID as returned by the DNS server.
Public propertyResponseCode
Gets a value of the DNS response code.
Public propertyResponseData
Gets a value of the entire DNS response data.
Top
See Also