MailBee.NET Objects 4.0

Imap.Idling Event

Ticks every 10 milliseconds while in idle state.

public event ImapIdlingEventHandler Idling;

Event Data

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.

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.

Example

The example is available in Idle topic.

See Also

Imap Class | MailBee.ImapMail Namespace | Idle