I would like implement outlook 2010 Add-In that will help to call to a outlook contact by my local application.
Scenario:
- Need a "call to dial" application that help to call a number of outlook contact.
- When click on outlook contact, then Add-In must be get called & divert that call to my local application.
e.g. MS Lync Add-In works with Outlook contacts to call a selected contact's number.
I have seen many video & studied many tutorial and but didnt get info that how to implement desired scenario.
I used below approaches
With Add-In Express: 1. MS Visual Studio 2013-> Visual C#-> Office-> Office Add-In.
With VSTO: 2. MS Visual Studio 2013-> Other Project Type-> Extensibility->ADX Add->In
Thanks