Ticks every 10 milliseconds while in idle state.
The event handler receives an argument of type ImapIdlingEventArgs containing data related to this event. The following ImapIdlingEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| State | Gets a reference to the object which was supplied by the developer in state parameter of asynchronous methods of the mailer components. |
This event is useful for performing background activities (such as UI updates) when the execution of the program is blocked within Idle method call.
The example is available in Idle topic.
Imap Class | MailBee.ImapMail Namespace | Idle