Sends a command to the POP3 server to keep the connection alive.
true if the method succeeds; otherwise, false.
The developer can use this method to keep the POP3 server from timing out the connection when there is no real activity. This method actually sends STAT command to the server. This seems to be more reliable solution than the standard NOOP command which is ignored by some POP3 servers.
| Exception Type | Condition |
|---|---|
| MailBeeException | An error occurred and ThrowExceptions is true. |
Pop3 Class | MailBee.Pop3Mail Namespace | Noop