POP3Socket.CheckServerConnection

From Real Software Documentation

Jump to: navigation, search
Method
POP3Socket.CheckServerConnection ( )

Sends a "NOOP" command to the mail server.

Notes

This is simply a command that asks the server to reply. This can be useful to check that the mail server is still responding and also tells the mail server that you are still connected if there has been no activity for a long period of time.


Example

In this example, a POP3Socket has been added to the window and named socket1.

socket1.CheckServerConnection
Personal tools