Forum Discussion
Is this Outlook add-in possible?
- DeletedApr 24, 2018
Yes, it only allows access to the pane but that will work across the web app, desktop and Outlook on the phone. I did a little on this in a presentation at the Collab365 Global Conference which I linked to at https://www.mcd79.com/presentation-available-for-using-cognitive-services-to-build-an-intelligent-office-add-in/ and should have details on my github project from it at https://github.com/kevmcdonk/YouveGotSentiment.
You can add alternative buttons in the ribbon bar with your own reply functionality but you won't be able to replace the existing buttons.
- Graham KeellingsApr 24, 2018Brass ContributorWell, I finally found how to add a button to the "Compose" window, but not yet to the main bar.
When clicked, it opens a ... "pane" (is that correct"?), where I guess that I will be able to display my form & get input. I would have preferred to totally replace the Compose window with my form, but it doesn't look possible(?).
Right now, I am trying to discover how to debug my JS. Thanks for your feedback- DeletedApr 24, 2018
Yes, it only allows access to the pane but that will work across the web app, desktop and Outlook on the phone. I did a little on this in a presentation at the Collab365 Global Conference which I linked to at https://www.mcd79.com/presentation-available-for-using-cognitive-services-to-build-an-intelligent-office-add-in/ and should have details on my github project from it at https://github.com/kevmcdonk/YouveGotSentiment.
- Graham KeellingsApr 25, 2018Brass ContributorIf that wll wor across all platforms, then it seems the best approach. It is my beliefe that 99%+ of my users will only use desktop, but, still ...
I am certain that your presentation and github project are going to be of tremendous help.
Btw, do you know if there is a good book available about developing Outlook Web Add-ins? I find lots of contradictory info on the web, some of it probably out of date & am looking for a canonical referecne source.