Noop Method

Sends a 'NOOP' command to the server.

Syntax

public void Noop();
Public Sub Noop()

Remarks

This method sends an IMAP 'NOOP' command to the server. This is useful when the connection needs to be kept alive for long periods of time. (Normally, servers break the connection automatically after 30 minutes of inactivity).

.NET Standard Notes

To call this method in an asynchronous manner call NoopAsync instead. When the method completes (or an error is encountered) the NoopCompleted event will fire.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 7718]