LumiSoft Mail Server User API
GetDestinations Method (domain)
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > GetDestinations(String)
Gets specified email domain possible connect points. Values are in priority descending order.
Syntax
C#Visual BasicManaged C++
public IPAddress[] GetDestinations (
	string domain
)
Public Function GetDestinations ( _
	domain As String _
) As IPAddress()
public:
array<IPAddress^>^ GetDestinations (
	String^ domain
)
Parameters
domain (String)
Email address or domain name.
Return Value
Returns possible email server connection points.

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