Search code examples
reactjsoutlookoutlook-web-addins

Outlook Add in pinning does not work in Shared folders Outlook Web - SupportsPinning and SupportsSharedFolders


We have implemented an Outlook Add in that uses the SupportsPinning option from Req Set 1.5 and the SupportsSharedFolders option from Req Set 1.8. Both options are working fine in Windows Outlook Native client but malfunction in Outlook.com, outlook.office365.com, OWA (tested in latest Chrome, IE and Edge).

These are the steps and the outcome:

  1. Open Shared Inbox in web outlook
  2. Select email
  3. Open Add-in
  4. Pin Add-in
  5. Select another email
  6. OUTCOME: Add-in window closes, EXPECTED: Add-in window remains open

The other strange thing is that if you then select another message, the add-in remains closed BUT if you select an email that you previously opened the add-in on, in the shared inbox, the add-in reopens.

Does anyone know why this behaviour is occurring? Is there a way around it??


Solution

  • I've also faced the problems too.

    Outlook OWA still doesn't fully provide that feature.

    You can check here

    Docs say that this feature is not supported on outlook.com.

    So, we have no choice.