Description
-
Fires when wodPOP3 component connects to the server.
Syntax
-
Private Sub
object_Connected()
The Connected Event syntax has these parts:
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.
|