Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Help me please how to create a plugin to outlook.
Posted
Updated 21-Sep-15 23:59pm
v2

Take a look at this tutorial: Walkthrough: Creating Your First VSTO Add-In for Outlook[^]


This walkthrough illustrates the following tasks:
- Creating an Outlook add-in project for Outlook.

- Writing code that uses the object model of Outlook to add text to the subject and body of a new mail message.

- Building and running the project to test it.

- Cleaning up the completed project so that the add-in no longer runs automatically on your development computer.
 
Share this answer
 
v2
Thank you for the above solution but i need to add a button in outlook when i click that button it opens the new task in outlook that is the requirement can you tell how to proceed ??????
 
Share this answer
 
Comments
Leo Chapiro 22-Sep-15 6:59am    
I would ask this as a separate question but before try to search for the solution by yourself: https://msdn.microsoft.com/en-us/library/ms268864%28v=vs.90%29.aspx

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