I want to enable SSL in the web.config for my framework 4 app however I cant find an example of it.
I see the reference : http://msdn.microsoft.com/en-us/library/system.net.configuration.smtpnetworkelement.enablessl%28VS.100%29.aspx, however I’m still at a loss.
Does anyone have any ideas?
http://msdn.microsoft.com/en-us/library/ms164242.aspx has example of the smtp configuration settings (equivalent to the programmatic settings that your link was pointing to).