Provides methods for communication with IMAP servers. Supported IMAP versions are IMAP4 and IMAP4rev1.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Class Imap _
	Inherits NetworkSession _
	Implements IDisposable
C#
public class Imap : NetworkSession, IDisposable

Remarks

All members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..Imap

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also