Returns a single line of response of the POP3 server to the command.

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

Syntax

Visual Basic
Public Function ReadResponse As String
C#
public string ReadResponse()

Return Value

Response of the POP3 server.

Remarks

Use ReadResponse and SendCommand to implement various custom commands.

If the response is multiline, ReadResponse must be called multiple times until it returns null, which indicates an and of response.

If the response is single line, ReadResponse must be called only once.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also