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
| Name | Description | |
|---|---|---|
| Message |
String that holds response without "-ERR", or "+OK" strings.
The first line can be obtained from Response.Message property.
| |
| Response |
Server's response.
If Response.StatusCode is positive Message property is filled is filled.
|
See Also
Lesnikowski.Client Namespace