ImapIdling Event
Ticks every 10 milliseconds while in idle state.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public event ImapIdlingEventHandler Idling

Value

Type: MailBee.ImapMailImapIdlingEventHandler
Remarks
This event is useful for performing background activities (such as UI updates) when the execution of the program is blocked within Idle method call.
Examples
See Also