OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
690 stars 95 forks source link

Add-in does not launch in "New Outlook" #3996

Closed mailchecktool-admin closed 10 months ago

mailchecktool-admin commented 10 months ago

Provide required information needed to triage your issue

Your Environment

Summary

Only the top level profile will launch the add-in when Outlook is changed to "New Outlook". Normally, the add-in should be activated in all profiles.

Current behavior

If you have multiple profiles, the add-in will be activated only for the account that appears at the top level. It will not be activated for all other profiles. The expected behavior for all profiles is as follows 1.Launch Outlook. 2.Install the Office add-in to Outlook. 3.Specify the recipient and click the "Send" button. 4.The Office add-in will start and a sample display will appear. 5.Click "close(true)" in the sample display. 6.An email will be sent.

Steps to reproduce

1.Upload "manifest.xml" to Outlook on the web and install the add-in (the XML file is stored in sample.zip) 2.Open a command prompt and navigate to the corresponding directory. 3.Run "npm install". 4.Run "npm run dev-server". 5.Launch Outlook. 6.Change to "New Outlook. 7.Select a profile other than the one shown at the top. 8.Installs add-ins for selected accounts. 9.Compose and send an email. 10.The Office add-in will start and a sample display will appear. 11.Click "close(true)" in the sample display. 12.An email will be sent.

Link to live example(s)

I am storing the sample add-in.

exextoc commented 10 months ago

@mailchecktool-admin On new outlook Addin are available only for primary accounts. For addins on secondary accounts work is in progress. We unfortunately have no timelines to share at this point.

teejay001 commented 10 months ago

@exextoc This is still an issue and the ticket should not be closed.

mailchecktool-admin commented 8 months ago

It appears that this issue has not been resolved yet. When do you plan to support add-ins for secondary accounts?

rajjha-msft commented 8 months ago

Hey @mailchecktool-admin

Thank you for your inquiry about add-ins support on Multi account. We understand the importance of this feature to our customers and would like to assure you that it is currently under development. While we cannot provide an exact timeline for its release, rest assured that we are working diligently to bring this functionality to you as soon as possible. We appreciate your patience and understanding as we continue to improve our service to meet your needs.

cody-lettau commented 1 month ago

@exextoc what is the status of this? This is a major issue for users who have multiple accounts setup in their desktop client and need to use add-ins across the different accounts.