Updated readme
This commit is contained in:
parent
9cbfe12b19
commit
49cbe8cfdb
|
@ -1,3 +1,18 @@
|
|||
---
|
||||
page_type: sample
|
||||
products:
|
||||
- office-sp
|
||||
languages:
|
||||
- javascript
|
||||
- typescript
|
||||
extensions:
|
||||
contentType: samples
|
||||
technologies:
|
||||
- SharePoint Framework
|
||||
platforms:
|
||||
- react
|
||||
createdDate: 5/15/2020 12:00:00 AM
|
||||
---
|
||||
# Save Outlook email to SharePoint Document Library Add-in
|
||||
|
||||
## Summary
|
||||
|
@ -6,11 +21,12 @@ This Add-in helps the user to save current selected email to SharePoint document
|
|||
![Save outlook email to SharePoint Library](./assets/saveEmailToSharePoint.gif)
|
||||
|
||||
## Features and usage
|
||||
In Outlook web, select an email and select more options. Select 'More actions' at the top of the message. Scroll to the bottom and select *'Save Email to SharePoint'* Add-in. The add-in loads the taskpane that list's the sites user has access. Once the user selects the site, it loads the list of document libaries that are present in that site. After selecting library, the user can save the email by clicking **Save** button. Once it is saved, a link will be generated to view the email preview. The email will be saved in .eml format.
|
||||
|
||||
In Outlook web, select an email and select more options. Select 'More actions' at the top of the message. Scroll to the bottom and select **Save Email to SharePoint** Add-in. The add-in loads the taskpane that list's the sites user has access. Once the user selects the site, it loads the list of document libraries that are present in that site. After selecting a library, the user can save the email by clicking **Save** button. Once it is saved, a link will be generated to view the email preview. The email will be saved in `.eml` format.
|
||||
|
||||
## Used SharePoint Framework Version
|
||||
|
||||
![drop](https://img.shields.io/badge/version-1.10.0-green.svg)
|
||||
![1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg)
|
||||
|
||||
## Applies to
|
||||
|
||||
|
@ -42,22 +58,28 @@ Version|Date|Comments
|
|||
* `npm install`
|
||||
* `gulp bundle --ship`
|
||||
* `gulp package-solution --ship`
|
||||
* Deploy the save-email-to-sharepoint.sppkg to SharePoint App Catalog
|
||||
* Deploy the `save-email-to-sharepoint.sppkg` to SharePoint App Catalog
|
||||
|
||||
## Graph API approval
|
||||
|
||||
* Move to the SharePoint tenant administrative UIs located at https://tenant-admin.sharepoint.com
|
||||
* Move to API management under the Advance left menu option to see the currently pending permission requests. Notice that the request for Mail.ReadWrite permission for in Graph API is pending for approval.
|
||||
* Select the pending permission row and choose Approve from the toolbar.
|
||||
|
||||
## Publish Office Add-ins using Centralized Deployment via the Office 365 admin center
|
||||
|
||||
* For deployment in your tenant, Please refer this article - https://docs.microsoft.com/en-us/microsoft-365/admin/manage/manage-deployment-of-add-ins?view=o365-worldwide
|
||||
|
||||
## Personally deploy in your outlook web app
|
||||
|
||||
Before deploying tenant wide, you can use the below steps to test it for your outlook web app.
|
||||
* In Outlook web, select an email and select more options
|
||||
* Select 'More actions' at the top of the message.
|
||||
* Go to the bottom of the list and select. Get Add-ins.
|
||||
* On the Add-ins for Outlook page, select the My add-ins.
|
||||
* Scroll to the bottom to Custom Add-ins
|
||||
* Select Custom Add-ins from the a file. Upload the manifest file **'e6083c02-3280-4430-a877-22cbc6251d21_outlookManifest.xml'** from the OfficeAddin folder.
|
||||
* Click install in the warning window.
|
||||
* Select **More actions** at the top of the message.
|
||||
* Go to the bottom of the list and select **Get Add-ins**.
|
||||
* On the **Add-ins for Outlook** page, select the **My add-ins**.
|
||||
* Scroll to the bottom to **Custom Add-ins**
|
||||
* Select **Custom Add-ins from a file**. Upload the manifest file `e6083c02-3280-4430-a877-22cbc6251d21_outlookManifest.xml` from the `OfficeAddin` folder.
|
||||
* Click +**Install** in the warning window.
|
||||
* Now you can use the Add-in for your outlook web login.
|
||||
|
||||
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-office-add-in-save-email-to-sharepoint" />
|
||||
|
|
Loading…
Reference in New Issue