Syntax

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

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyMessage
String that holds response without "-ERR", or "+OK" strings.
Public propertyStatus
Response status (positive, negative, unknown).

See Also