Applies to
Description
Sets the sender's password when sending an email.
Usage
In scripts
The Password property takes a string value. The following statement sets the Password property:
lnv_SmtpClient.Username = "tester001.appeon@gmail.com" //Basic Authentication lnv_SmtpClient.password = "Mypassword001"