Ends the pending asynchronous request for idling termination.
true if the method succeeds; otherwise, false.
Because idling is multi-step process (requesting idle, idling, requesting for idling termination), EndIdle call must be prepended with StopIdle call which initiates request to terminate idling. Thus, EndIdle itself finishes not idling itself (initiated with BeginIdle) but idling termination (IMAP4's DONE command, initiated with StopIdle method).
| Exception Type | Condition |
|---|---|
| MailBeeException | An error occurred and ThrowExceptions is true. |
Imap Class | MailBee.ImapMail Namespace | BeginIdle | StopIdle