Domain Detective

API Reference

Class

MxRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents an MX record containing a mail exchange server.

Inheritance

  • Object
  • MxRecord

Remarks

Mail exchange records route email according to RFC 5321.

Constructors

public MxRecord(Int32 preference, String exchange) #

Initializes a new instance of the MxRecord class.

Parameters

preference System.Int32 requiredposition: 0
Preference value.
exchange System.String requiredposition: 1
Mail server host.

Properties

public Int32 Preference { get; } #

Gets the preference value.

public String Exchange { get; } #

Gets the mail server host.

{{ include "footer" }}