wodPop3Server ActiveX Control - ListMessages Event
    
 

Description

Fires when user lists messages.


Syntax

Private Sub object_ListMessages(User)



The ListMessages Event syntax has these parts:

Part Description
object A wodPop3Server object.
User A Pop3User object. Reference to user who wants to list messages.

Remarks

This event is fired after user issues 'LIST' command to list messages on the server. This event is informational only, so you can store information about this locally in case you need it. For instance, you might want to check if user is aware he has email or not.