Syntax

C#
public class Pop3
Visual Basic (Declaration)
Public Class Pop3
Visual C++
public ref class Pop3

The type exposes the following events.

Public Events

  NameDescription
Public eventReceiveProgress
Event fired by ReciveMultiLine method. You can obtain how many bytes where already recieved.
Public eventServerCertificateValidate
Event which is called for custom server validation.
(Inherited from TcpTextClient.)

See Also