Provides methods for communication with POP3 servers.

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

Syntax

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

Remarks

All members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..Pop3

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also