wodPop3 ActiveX Control - Connected Event
    
 

Description

Fires when wodPOP3 component connects to the server.


Syntax

Private Sub object_Connected()



The Connected Event syntax has these parts:

Part Description
object A wodPop3 object.

Remarks

Connected event is fired by wodPop3 after it has successfully connected to the remote server, logged on, retrieved list of messages, their sizes and UIDs.

wodPop3 has already created collection of Messages you can access, and decide if you will Get individual message, all their headers using GetAllHeaders etc.