MailBee.NET Objects 3.1

Imap.StopIdle Method 

Notifies MailBee to terminate idling when appropriate.

public void StopIdle();

Remarks

Calling this method does not have immediate effect (although the method itself returns control instantly). It just notifies MailBee to start IDLE DONE procedure when finished processing the current responses.

Calling this method when the component is not idling does nothing.

See Also

Imap Class | MailBee.ImapMail Namespace | Idle | BeginIdle | EndIdle