IMAP client implementation.
It allows listing, moving, copying, downloading, uploading and deleting emails from IMAP servers.
Namespace: Lesnikowski.Client.IMAPAssembly: 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 |