Gets if the component is in IDLE state.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsIdle { get; }
Public ReadOnly Property IsIdle As Boolean
Get
Property Value
Type:
Booleantrue if the component is passively waiting/receiving/processing responses from the server
and not sending any commands to the server.
See Also