1
votes

I didn't find this functionality in Outlook web add-in documentation. But it's worth to ask...

We want to add a new entry into Outlook right click menu (context menu), so that it can open a hyperlink (url is different based on what you highlighted) to integrate with our web portal.

I understand contextual outlook add-in is the closer solution. But it's not the user experience we want.

Instead of highlight everything based on RegEx, we would like to support users to intentionally trigger the add-in by highlighted keyword and right click on the context menu.

Wondering if it's possible today for the latest Outlook desktop app.

User scenario:

  1. User highlights a keyword in email reading/writing mode
  2. User right click the mouse
  3. The context menu shows up with having our custom menu item
  4. When user clicks on our custom menu item, it opens a browser with an url based on what user highlighted.
1

1 Answers

1
votes

Outlook context menu cannot be extended at the moment. Available extension points are:

  • MessageReadCommandSurface
  • MessageComposeCommandSurface
  • AppointmentOrganizerCommandSurface
  • AppointmentAttendeeCommandSurface
  • Module (Can only be used in the DesktopFormFactor.)
  • MobileMessageReadCommandSurface
  • Events
  • DetectedEntity

You probably should add your business case into Office development user voice request: Outlook Web Add-in: Add Context Menu Mail Item Extension Point or at least upvote it.