An NDoc Documented Class Library

MXRecord Constructor 

Creates a MXRecord with all the required information.

public MXRecord(
   string rname,
   int rtype,
   int rclass,
   long ttl,
   int pref,
   string mxName
);

Parameters

rname
Record Name (domain name)
rtype
Record Type
rclass
Record Class
ttl
Time to Live, time in seconds after which the record will expire.
pref
Preference number of the Mail Exchange
mxName
Mail Exchange name.

See Also

MXRecord Class | Lavantech.Dns Namespace