wodPop3Server ActiveX Control - ListMessages Method
      
 

Description

Called when user lists messages.


Return Type

None  


Syntax

object.ListMessages Owner, User



The ListMessages Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPop3Notify.
Owner  A wodPop3ServerCom object. Reference to wodPop3ServerCom instance that called this callback method.
User  A Pop3User object. Reference to user who wants to list messages.

Remarks

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

This notification method is called after user issues 'LIST' command to list messages on the server. This notification 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.