Use this tag for questions regarding Outlook web add-ins. This tag should not be used for questions regarding COM or VSTO add-ins.
Welcome to the outlook-web-addins
tag! Please use this tag to find answers, ask questions, and answer questions about developing Outlook web add-ins.
Outlook web add-ins (formerly called "apps for Outlook") are extensions of Outlook using the new web technologies-based platform. When a user selects an add-in, Outlook starts the add-in and makes it available to the user contextually for the item the user is currently viewing, creating, or replying to. Developing an add-in has 3 key aspects:
- Creating the manifest, which describes how the add-in integrates into Outlook
- Developing JavaScript and HTML code, which makes up the UI and business logic of the add-in
- Publishing the add-in to the Office Store
Getting Started
Want to explore the Outlook add-in model? Check out the Get Started page at the Outlook Dev center. You can quickly create an add-in using one of the existing samples on GitHub.
Looking for more information, or just want to keep abreast of updates to the Outlook Add-ins? Follow the Outlook Add-ins team's blog.