I need to make a C# Win Form and attach it with outlook 2010. I want to work it from inside outlook by clicking a button. Please guide me how it is possible ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a very generic question. To learn about Outlook Add-Ins with .NET in general, start from the “Outlook and Visual Studio” section of the Office Development Center.
Looking how to add a form to outlook is the wrong way to start anyway as forms are used for many things.
Start by reading the sections that concern the specific Outlook work you are trying to perform. If you want to customize the view of a message or a task, you should read how tasks or messages can be customized. If you want to add a new command, you should check how to customize the ribbon.