IMAP client implementation. It allows listing, moving, copying, downloading, uploading and deleting emails from IMAP servers.

Namespace: Lesnikowski.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
public class Imap : TcpTextClient
Visual Basic
Public Class Imap _
	Inherits TcpTextClient
Visual C++
public ref class Imap : public TcpTextClient

Inheritance Hierarchy

System..::..Object
  Lesnikowski.Client..::..TcpTextClient
    Lesnikowski.Client.IMAP..::..Imap

See Also