LumiSoft Net Help
Relay_SmartHost Constructor (host, port)
NamespacesLumiSoft.Net.SMTP.RelayRelay_SmartHostRelay_SmartHost(String, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public Relay_SmartHost(
	string host,
	int port
)
Public Sub New ( 
	host As String,
	port As Integer
)
public:
Relay_SmartHost(
	String^ host, 
	int port
)
new : 
        host : string * 
        port : int -> Relay_SmartHost
Parameters
host (String)
Smart host name or IP address.
port (Int32)
Smart host port.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when host is null.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119