Constructs new SmtpSsl instance

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public SmtpSsl(
	string hostname,
	int port
)
Visual Basic
Public Sub New ( _
	hostname As String, _
	port As Integer _
)
Visual C++
public:
SmtpSsl(
	String^ hostname, 
	int port
)

Parameters

hostname
Type: System..::..String
the SMTP server hostname
port
Type: System..::..Int32
the SMTP SSL server port

See Also