Click or drag to resize
MXRecord Class
A class that holds a MX Record of a Preference and Exchange.
Inheritance Hierarchy
SystemObject
  NeevSoftware.ComponentsMXRecord

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class MXRecord

The MXRecord type exposes the following members.

Constructors
  NameDescription
Public methodMXRecord
Initializes a new instance of the MXRecord class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overrides Object.ToString()
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldName
The Mail Exchange, or Dns server name of the mail server.
Public fieldPriority
The MX Record preference number (the lower the number, the higher the server's availablity).
Top
See Also