LumiSoft Mail Server User API
MX_Record Constructor (preference, host, ttl)
Namespaces > LumiSoft.Net.Dns.Client > MX_Record > MX_RecordNew(Int32, String, Int32)
Default constructor.
Syntax
C#Visual BasicManaged C++
public MX_Record (
	int preference,
	string host,
	int ttl
)
Public Sub New ( _
	preference As Integer, _
	host As String, _
	ttl As Integer _
)
public:
MX_Record (
	int preference, 
	String^ host, 
	int ttl
)
Parameters
preference (Int32)
MX record preference.
host (String)
Mail host dns name.
ttl (Int32)
TTL value.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)