wodPop3 ActiveX Control - Connected Method
      
 

Description

Called when wodPOP3 component connects to the server.


Return Type

None  


Syntax

object.Connected Owner



The Connected Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPopClientNotify.
Owner Required. A wodPop3 object. Reference to wodPop3 component instance that called this method.

Remarks

NOTE: This method is called only if you implemented IwodPop3ClientNotify interface in your application, and wodPop3.Notification property has received reference to instance of your implementation.

Connected is a notification method called 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.