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

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

Syntax

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

Inheritance Hierarchy

See Also