Force Edge for Outlook Web Add-ins on older Platforms

Brendan May 1 Reputation point
2022-08-16T08:30:42.033+00:00

Now that Explorer is "sort of" officially deprecated, I am wondering if there is a way to force Outlook to use Edge on older platforms.

According to this document: https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins, the default browser is still explorer in many cases. Particularly annoying is in the case of

Office 2013 commercial
Office 2016 commercial
Office 2019 commercial

for which, even when Edge is installed, it is not used (unlike the equivalent consumer versions from 2016).

We use a webform provider as part of our Add-in. Unfortunately, the webform provider no longer support Explorer in their newest version. Because Microsoft has so announced end of support, why should they. Unfortunately, this is causing breaking issues with our clients using older Office platforms.

Thus, we are hoping for a way to force Edge on older platforms. Is there any way to do this?

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,297 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
975 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,866 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yu Zhou-MSFT 13,131 Reputation points Microsoft Vendor
    2022-08-17T02:44:58.333+00:00

    Hi @Brendan May

    I'm afraid you can't force Outlook add-in to use Edge because just like the doc says:

    Which browser is used depends on:

    • The computer's operating system.
    • Whether the add-in is running in Office on the web, Microsoft 365, or perpetual (also called "non-subscription" or "one-time purchase") Office 2013 or later.
    • Within the perpetual versions of Office, whether the add-in is running in the "consumer" or "commercial" (also called "volume-licensed" or "LTSC") variation.

    The recommendation from official is like this: We recommend (but don't require) that you continue to support these combinations, at least in a minimal way, by providing users of your add-in a graceful failure message when your add-in is launched in the Internet Explorer webview.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,
    Yu Zhou

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.