Change the mailbox password for the current user.
This method returns a boolean value. If the method succeeds, the return value is true. If the method fails, the return value is false. To get extended error information, check the value of the LastError property.
The ChangePassword method changes the current password that will be used to authenticate the user. Once the password has been changed, the Password property will be updated with the new password.
Note that in order to change the user's mailbox password, the server must be running the poppass service on port 106, on the same server. Because passwords are transmitted as clear text (unencrypted), this service is not considered secure and may not be available.
InternetMail Class | SocketTools Namespace