wodImapServer ActiveX Component - ImapUser Object
    
 
Description

ImapUser Class


Object Model




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

No matter if wodImapServer 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 Imap server.
Send Sends string data to connected user.

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.
Folders Read-write property References collection of folders (with messages) for this user.
Hostname Read-write property Holds hostname of connected user.
Index Read-only property Holds index of the user in the collection.
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 miscellaneous use.
TimeConnected Read-write property Holds time when user connected to Imap server.
Username Read-write property Holds username used for logon of connected user.