POP3 client implementation.
It allows listing, downloading and deleting emails from POP3 servers.
Namespace: Lesnikowski.ClientAssembly: Mail (in Mail.dll) Version: 3.0.1213.909
Syntax
| C# |
|---|
public class Pop3 : TcpTextClient |
| Visual Basic |
|---|
Public Class Pop3 _ Inherits TcpTextClient |
| Visual C++ |
|---|
public ref class Pop3 : public TcpTextClient |