LumiSoft Mail Server User API
DnsServers Property
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > DnsServers
Gets or sets dns servers.
Syntax
C#Visual BasicManaged C++
public string[] DnsServers { get; set; }
Public Property DnsServers As String()
public:
array<String^>^ DnsServers {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

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