aabuhijleh
aabuhijleh

Reputation: 2464

Deploying both the VSTO and web Outlook add-ins at the same time

I have two Outlook add-ins.

The legacy VSTO add-in has more features but it's only available on the Outlook Windows desktop client.

The new JavaScript based web add-in is available on many more platforms. However, it doesn't have all the features of the VSTO add-in.

I can't find any information about disabling the web add-in for specific Outlook clients like Outlook for Windows.

What's the best way to go about deploying both these add-ins? The VSTO add-in should be favored. If it's enabled/installed, the web add-in should not be enabled.

Thanks in advance!

Upvotes: 2

Views: 248

Answers (1)

user7823505
user7823505

Reputation:

Disabling add-ins for specific clients is not possible today. We track Outlook add-in feature requests on our user-voice page. It looks like the feature you want has been requested by others already. Please upvote the existing request. Feature requests on user-voice are considered when we go through our planning process.

[Outlook Add-ins Engineering Team]

Upvotes: 1

Related Questions