The event that is raised when an I/O exception occurs in the idle-thread.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public event EventHandler<IdleErrorEventArgs> IdleError

Remarks

An I/O exception can occur if the underlying network connection has been reset or the server unexpectedly closed the connection.

See Also