'Is it possible to open an existing contact card by using JavaScript APIs for Office in a Outlook Add-In?

I have no clue on how to do it so that's the reason I am not giving more information.

In case it's not possible to do by using JavaScript APIs for Office, is there any other way?

Open Contact Card Image



Solution 1:[1]

The answer is no, you cannot open contact card with Office.js API. What you able to do is use Contact simple type to build your own view of the contact information available through the object. You may write COM/VSTO add-in for Outlook Desktop on Windows. In this case you would get full access to any property of the contact.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1