wodSmtpServer ActiveX Control - SmtpUser 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 Smtp server, some of them later, and some of them are free to be filled with your information.

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




Members
Methods
CalcCramMD5 Calculates CRAM-MD5 value for given password.
Disconnect Disconnects the user from Smtp 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.
Certificate Read-only property Holds user's client certificate (if provided).
CramSecret Read-write property Returns seed challenge for CRAM authentication.
HELOdomain Read-write property Holds HELO/EHLO domain supplied by the user.
Hostname Read-write property Holds hostname of connected user.
Index Read-only property Holds index of message in collection.
MaxMessageSize Read-only property Defines maximum message size that can be posted.
Message Read-only property References current message user is sending.
Password Read-write property Holds password used for authentication.
Security Read-only property Determines if user is connected using secured SSL connection.
State Read-only property Holds user's state.
StateText Read-only property Returns text description of specific user state.
Tag Read-write property Tag for miscelaneous use.
TimeConnected Read-write property Holds time when user connected to Smtp server.
Transcript Read-write property Holds transcript of user's session.
Username Read-write property Holds username used for authentication.