This is a simple mail add-in for Outlook that activates in both read forms and compose forms for mail and appointments. It's based on the starter project that Visual Studio 2013 creates when you select the App for Office project template.
- A web server with an SSL certificate
- An Office 365 account
- Clone or fork the project from GitHub.
- Copy the
app
directory from the project to your web server. - Open
manifest.xml
in a text editor and update all instances ofhttps://<your web server>
to the base URL of the directory on your web server where you deployed theapp
directory. - Logon to Outlook Web Access. Click on the gear cog in the upper right corner of the page and click on
Manage apps
. - On the
Manage apps
page, click on the '+' icon, selectAdd from file
. Browse to themanifest.xml
file included in the project. - Return to the Mail view in Outlook Web Access.
- To try the read mode functionality of the add-in, open any message and launch the
HelloWorld
app from the app bar. - To try the compose mode functionality of the add-in, create a new message. Click the
Apps
button and chooseHelloWorld
.
Copyright (c) Microsoft. All rights reserved.
Connect with me on Twitter @JasonJohMSFT
Follow the Exchange Dev Blog