c# - How to create an add-in/plugin for Outlook 2013 software -


i want create add-in/plugin outlook 2013. here's trying achieve. 1) every day when outlook user opens outlook application, gets small pop-up asking "are taking cab service today?". has 3 buttons can click yes, no , maybe. 2) add-on should collect input , email id of user , send webpage can display information.

how go it? start? application use write code add-in/plugin?

i have visual studio 2015 community installed on computer.

i think first stop should msdn office developer site. allow review options available in sdk.

https://msdn.microsoft.com/en-us/office/aa905340.aspx


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -