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

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

Syntax

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

Inheritance Hierarchy

See Also