I'm hoping to use something like the code put forward by MartinHN in the following post to create HTML formatted SMTP mail items: SO POST
Having problems creating a reference to the correct assemblies so that I can use the namespace "System.Web.UI.WebControls". the reference I'm trying to add is "System.Web" as suggested in HERE
In the .NET section of my vis stud project's references I do not have System.Web:
If I browse my C-Drive and add a System.Web.dll file then I get the following:
How do I configure this project so that I'm able to use MailDefinition ?