Returns the response of the IMAP server to the command.

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

Syntax

Visual Basic
Public Function ReadResponse As ImapResponse
C#
public ImapResponse ReadResponse()

Return Value

Response of the IMAP server.

Remarks

Use ReadResponse and SendCommand to implement various custom commands.

After a successful call to ReadResponse, the Imap object will be in Reading state.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also