 | ImapClientIsIdle Property |
Get whether or not the client is currently in the IDLE state.
Namespace:
MailKit.Net.Imap
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxpublic bool IsIdle { get; }
Property Value
Type:
Booleantrue if an IDLE command is active; otherwise,
false.
Implements
IImapClientIsIdle
Remarks
Gets whether or not the client is currently in the IDLE state.
See Also