From 53b37ab4aa1ab8c7c87765a389d0e077b9bb162a Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 5 Oct 2020 22:20:00 -0400 Subject: [PATCH] Updated readme --- samples/react-save-attachments/README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/samples/react-save-attachments/README.md b/samples/react-save-attachments/README.md index 07c822941..d7fb6e3eb 100755 --- a/samples/react-save-attachments/README.md +++ b/samples/react-save-attachments/README.md @@ -8,7 +8,7 @@ This SPFx Outlook Add-In lets users save any email attachments to a One Drive fo ## Used SharePoint Framework Version -![version](https://img.shields.io/badge/version-1.10.0-green.svg) +![SPFx 1.10](https://img.shields.io/badge/version-1.10.0-green.svg) ## Features @@ -16,8 +16,8 @@ This web part illustrates the below features for creating Outlook Add-Ins using * Select Office context and attributes of currently selected mail * Requesting **Mail.Read** and **Files.ReadWrite** permission scopes for Microsoft Graph through the `webApiPermissionRequests` property in `package-solution.json` -* Use Microsoft Graph to retrieve folders and subfolders for OneDrive -* Use Microsoft Graph to retrieve complete mail mimestream by given ID +* Use Microsoft Graph to retrieve folders and sub-folders for OneDrive +* Use Microsoft Graph to retrieve complete mail `mimestream` by given `ID` * Use Microsoft Graph to save normal or big files (in size bigger 4MB) with different concepts ## Solution @@ -26,6 +26,13 @@ Solution|Author(s) --------|--------- react-save-attachments | [Aakash Bhardwaj](https://twitter.com/aakash_316) + +## Version history + +Version|Date|Comments +-------|----|-------- +1.0|October 4, 2020|Initial release + ## Minimal Path to Awesome * Clone this repository @@ -51,3 +58,4 @@ react-save-attachments | [Aakash Bhardwaj](https://twitter.com/aakash_316) **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** --- + \ No newline at end of file