Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hi friends,

I have developed one Plugin for Outlook in Visual Studio 2010 using C#. It works perfectly in 2007, but not working in 2013.
How can I develop Plugins for 2013. What tools should I use ???
Posted
Updated 15-Sep-16 5:55am
Comments
ZurdoDev 25-Jul-13 8:19am    
Likely the same tools you used to do the first one. VSTO.
Yesudasan Moses 25-Jul-13 8:25am    
In Visual Studio 2012, There is a Project Type Office 2010 Add-In. But We cant run it for Office 2013...
ZurdoDev 25-Jul-13 8:30am    
I believe you need to install VSTO for 2013.

1 solution

For that you have to use VS 2012.Check below mentioned links for more info.

Creating Your First Application-Level Add-in for Outlook

http://msdn.microsoft.com/en-us/library/vstudio/cc668191(v=vs.110).aspx[^]

SOF link:

http://stackoverflow.com/questions/12544611/create-office-2013-apps-in-visual-studio[^]

I hope this will help to you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900