ImapStopIdle Method
Notifies MailBee to terminate idling when appropriate.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
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