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
)
Visual Basic
Public Sub New ( _
	hostname As String _
)
Visual C++
public:
SmtpSsl(
	String^ hostname
)

Parameters

hostname
Type: System..::..String
the SMTP server hostname

See Also