Implements the basic functionality of a secure SMTP client using SSL.

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

Syntax

C#
[SerializableAttribute]
public class SmtpSsl : Smtp
Visual Basic
<SerializableAttribute> _
Public Class SmtpSsl _
	Inherits Smtp
Visual C++
[SerializableAttribute]
public ref class SmtpSsl : public Smtp

Inheritance Hierarchy

See Also