Outlook Add-in: Using RoamingSettings to store add-in state in a user's mailbox

Summary

Scream into the void is a Microsoft Outlook add-in that lets you rant about the email you are reading. This sample also demonstrates the use of RoamingSettings, a feature of Outlook add-ins to store roaming data in the user's mailbox.

Required tools

How to install

  1. Clone this repository.
  2. Run npm install to install both npm and Bower dependencies.
  3. Run gulp serve-static to start development server.
  4. Go to mail.office365.com and sign in with your Microsoft Office 365 account. If you don't have one, join the Office 365 Developer Program and get a free 1 year subscription to Office 365.
  5. Click the gear icon for the Settings menu on the nav bar, and then choose Manage add-ins.
  6. Click the plus (+) icon, and then choose Add from a file.
  7. Browse to this repository folder and choose manifest-outlook-add-in-scream.xml.
  8. Complete the wizard (Next, Install, OK) to make the Add-in available on your Office 365 account.
  9. Open the app in a browser and trust the certificate for localhost:8443. The add-in won't run if your computer doesn't trust it.

How to run

  1. After installing the add-in, go to mail.office365.com.
  2. Open an email.
  3. Click Add-ins at the top of the window to see available add-ins and choose Scream into the void.

Troubleshooting

  • If the add-in doesn't appear in the task pane, choose Insert > My Add-ins > Scream into the void.

Questions and comments

  • If you have any trouble running this sample, please log an issue.
  • Questions about Microsoft Office add-ins development in general should be posted to Stack Overflow. Make sure that your questions or comments are tagged with [office-addins].

Contributing

We encourage you to contribute to our samples. For guidelines on how to proceed, see our contribution guide

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Additional resources

Copyright (c) 2015 Microsoft. All rights reserved.