The Password Generating OCX
This OCX provides the password generating functionality. Use this OCX to programatically generate needed passwords and send them to endusers.
Pr3PassGen.ocx (for 32 bit applications)
Properties
| Property Name | Explanation |
| szFromAddr | The email address of the sender |
| szFromHdr | The sender's name |
| szLockword | The lockword that is set in the application code |
| szMailSvrAddr | The address of the mail server (SMTP) sending the email |
| szMessage | The email message (content) |
| szPassword | The generated password |
| lPasswordType | The password type |
| szPcID | The PcID received from the enduser |
| szSubject | The subject of the email |
| szToAddr | The email address of the receiver |
| szToHdr | The recipent's name |
Methods
| Method Name | Explanation |
| PS3GetPassword | This method generates the password |
| PS3SendMail | This method sends email |