OfficeDev/Outlook-Add-in-GifMe

Name: Outlook-Add-in-GifMe

Owner: Office Developer

Description: GifMe is an Outlook add-in that demonstrates third-party integration (using the Giphy API) with Outlook add-ins, how to insert images and text into Outlook items, how to take advantage of add-in commands for Outlook, and how to get an Office look and feel using Office UI Fabric.

Created: 2016-01-19 19:09:19.0

Updated: 2018-05-01 15:08:45.0

Pushed: 2018-01-31 20:29:07.0

Homepage:

Size: 7889

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

GifMe

GifMe is an Outlook add-in that demonstrates third-party integration (using the Giphy API) with Outlook add-ins, how to insert images and text into Outlook items, how to take advantage of add-in commands for Outlook, and how to get an Office look and feel using Office UI Fabric.

GifMe gif

Prerequisites
Configure the add-in
  1. Clone this repository.
  2. Run npm install to install npm and Bower dependencies, as well as jQuery typings.
  3. Run npm start to serve the application locally using Gulp.
  4. Go to mail.office365.com and sign in with your Office 365 account.
  5. Click the gear icon on the upper right, then choose Manage add-ins.
  6. Click the plus icon, then choose Add from a file.
  7. Browse to this repository folder and choose manifest.xml.
  8. Then complete the wizard (Next, Install, OK) to make the add-in available on your Office 365 account.
  9. Finally, you'll have to 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.
Run the add-in in on the web
  1. After installing the add-in, go to mail.office365.com.
  2. Click New to open the message composition pane.
  3. Click Add-ins, directly above the To line, to view all available add-ins.
  4. Click GifMe to start the add-in.
Run the add-in in Outlook for Windows
  1. After installing the add-in, restart Outlook.

  2. Click New Email to open a message composition window.

  3. In the ribbon, click the add-in command button labeled Search all the GIFs to start the add-in.

    Note: If you're running the add-in on localhost, you may see a Navigation to the webpage was canceled. message. Click Refresh the page. and then Continue to this website to start the add-in.

Questions and comments
Additional resources
Copyright

Copyright (c) 2015 Microsoft. All rights reserved.

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.