Gets if the component is in IDLE state.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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