wodPop3Server ActiveX Control - Pop3User Object
    
 
Description

Holds information known about connected user.


Object Model




Remarks

In this object you will find all known information about referenced users. Some of this information is filled during connecting to wodPop3Server, some of them later, and some of them are free to be filled with your information.

No matter if wodPop3Server will fill them or you, you are free to change any of those information if you need to (except for Index property).




Members
Methods
Disconnect Disconnects the user from Pop3 server.
Send Sends string data to connected user.
TestAPOP Tests password provided by APOP command.

Properties
BytesDownload Read-write property Holds total number of bytes user downloaded in this session.
BytesUpload Read-write property Holds total number of bytes user uploaded in this session.
Hostname Read-write property Holds hostname of connected user.
Index Read-only property Holds index of the user in the collection.
Messages Read-only property References collection of messages for this user.
Password Read-write property Holds password used for logon of connected user.
State Read-only property Holds user's state.
Tag Read-write property Tag for miscelaneous use.
TimeConnected Read-write property Holds time when user connected to Pop3 server.
Username Read-write property Holds username used for logon of connected user.