Relative Content

Tag Archive for typescriptoffice365office-jsoffice-addins

How do I open a dialog from an Outlook add-in?

I am attempting to open a dialog form my Outlook add-in. I want to to open from a command in the ribbon, circumventing going through a Taskpane first and just do it directly.
I am having loads of trouble developing a debugging an add-in in the first place.
I believe I have added the content and the references to my dialog (both .js and .html files) in the manifest and webpack.config. But nothing happens.