Sends a NOOP command to the server.
true if the method succeeds; otherwise, false.
This method is useful for keeping the connection alive when there is no real activity. However, some POP3 servers may ignore this command and still close the connection. If this is the case, you may use Noop2 method instead.
| Exception Type | Condition |
|---|---|
| MailBeeException | An error occurred and ThrowExceptions is true. |
Pop3 Class | MailBee.Pop3Mail Namespace