| ImapIdle Method |
Sends IDLE command.
This method hangs until server announces new event in current folder or until
StopIdle command is issued.
Not all servers support
Idle. You can check which extensions remote server supports using
SupportedExtensions method.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public FolderStatus Idle()
Public Function Idle As FolderStatus
public:
FolderStatus^ Idle()
member Idle : unit -> FolderStatus
Return Value
Type:
FolderStatusNew folder status.
See Also