How to host my outlook Add-ins for public users

John C 1 Reputation point
2022-10-28T08:37:13.58+00:00

I want to host my outlook add-in for public users

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,522 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Elizabeth Samuel MSFT 11 Reputation points Microsoft Employee
    2022-11-04T19:28:48.63+00:00

    @John C Did you take a look at Deploy and publish Office Add-ins? If none of these options work for you, let us know.

    0 comments No comments

  2. Oskar Shon 866 Reputation points MVP
    2022-11-08T16:42:48.603+00:00

    I you use VS to create addin, you have publish tab to create installation version.
    Then you can distribute it via web page on in intranet around you.

    258363-image.png

    That installation files you can find in publish directory into your project

    258354-image.png

    0 comments No comments