ImapIsIdle Property
Gets if the component is in IDLE state.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool IsIdle { get; }

Property Value

Type: Boolean
true if the component is passively waiting/receiving/processing responses from the server and not sending any commands to the server.
See Also