Skip to content

PrimitivoFR/Outlook-Web-AddOn-template

Repository files navigation

Outlook-Web-AddOn-template

Base project for you to start writing your own Outlook web Add-On.

To get started, it has some basic routing + some basic queries to the Outlook API to list the attachments of the current email. You can also download them.

How do I run it ?

Well, first you gotta git clone, then cd inside it and :

  • npm i
  • npm start

Then grab the manifest.xml and add it to your outlook add-ons.

How do I add it to my Outlook Add-ons ?

First, login to your Outlook Web Client. Then, open one of your email and click and the three dots on the top-right of the email.

Click on "Download Add-Ons", then on the new window go to "My Add-Ons" ("Mes compléments" on the pic).

Once you're there, scroll down and click on "Add a custom add-on" > "Add from a file" and select the manifest.xml file.

If the project has correctly started using the previous commands (npm i and npm start), the add-on should be available to use.

By clicking on the three dots, you should see "Outlook-Web-AddOn" in the list. That's the add-on, so you just click on it to start it.

Misc

Made by AppliNH. Using Angular and Yo-Office

About

Base project for an outlook web addOn. Made with Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published