Imap.ReadResponse Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
ReadResponse()
Returns the response of the IMAP server to the command.
Declaration
public ImapResponse ReadResponse()
Returns
| Type | Description |
|---|---|
| Imap |
Response of the IMAP server. |
Remarks
Use ReadResponse and Send
After a successful call to ReadResponse, the Imap object will be in Reading state.