POP3Socket.ConnectionEstablished
From Xojo Documentation
Event
Occurs when a connection has been established.
Notes
If you have provided a username and password, the authentication has not taken place yet when this event fires. All commands which require that the user is authenticated will return an error. In such a case, move your code into the LoginSuccessful event.