The Outlook Insights Add-in adds banners (or notification) to emails when You select the email.
Banners looks like this:
Am I wondering how this was achieved and how the add-in activated to add the notification?
My main idea is to add notification to emails from Outside organization:
- I want to activate add-in based on Envelope Sender or Message Header
- Add-in should show notification notification (like from screenshot above) when mailbox.item is selected
But I could not figure out what objects in API could handle this.
Any suggestions?