I need to develop an application which will has the capability to send emails using C# with visual studio. The app will be able to use templates for mail, and a lot of things, but I have a problem.
I cannot find any Office.Interop references when I try to add them, which is mean I cannot work with Outlook. Office is installed on my computer, but i also try to install the PIA from this link http://www.microsoft.com/en-us/download/details.aspx?id=3508 but it didn't change anything (when I launch the MSI it stops without a word, I don't know if it's part of the problem).
I`m using Visual Studio 2013 Express, in case that might limit the possible answers.
Microsoft.Office.Interop
by typing Outlook into the Nuget manager and scrolling down until I saw it. – Charles Driver Jr.