ImapIsIdle Property
Gets if the component is in IDLE state.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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