Click or drag to resize
MimeKit

ImapClientIsIdle Property

Get whether or not the client is currently in the IDLE state.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool IsIdle { get; }

Property Value

Boolean
true 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