Syntax

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

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyMessage
String that holds response without "-ERR", or "+OK" strings. The first line can be obtained from Response.Message property.
Public propertyResponse
Server's response. If Response.StatusCode is positive Message property is filled is filled.

See Also