This sample shows how to connect your Windows 10 Universal app to Office 365 using the Microsoft Graph SDK to send an email.
https://github.com/dkershaw10/Microsoft-Graph-UWP-Connect-SDK.git
๏ปฟ# Microsoft Graph Connect Sample for UWP
Table of contents
This sample shows how to connect your Windows 10 Universal app to Office 365 using the Microsoft Graph API (previously called Office 365 unified API) to send an email. It uses the Microsoft Graph SDK and Microsoft.Graph.OAuth2 helper library to handle user authentication and manipulation of the data returned by the Microsoft Graph. The sample uses the v2.0 authentication endpoint, which enables users to sign in with either their personal or work or school Microsoft accounts.
This sample requires the following:
Note: If you see any errors while installing packages during step 2, make sure the local path where you placed the solution is not too long/deep. Moving the solution closer to the root of your drive resolves this issue.
`
We'd love to get your feedback about the UWP Microsoft Graph Connect SDK project. You can send your questions and suggestions to us in the Issues section of this repository.
Your feedback is important to us. Connect with us on Stack Overflow. Tag your questions with [MicrosoftGraph] and [office365].