I'd like to put an encrypted password in the configuration section. I have the decryption function, but where do I put it so that when SMTPClient is instantiated using this configuration information that I can run the decryption function for the password?
Thanks for any tips!