/microsoft-graph-getting-started

Microsoft Graph - Getting Started with a .NET Core Console

Primary LanguageC#MIT LicenseMIT

Microsoft Graph - Getting Started with a .NET Core Console

This demo is based on the Build .NET Core apps with Microsoft Graph getting started guide.

We will be using a "customized" version of this guide as we want to build on the latest .NET Core templates and generate a simpler application. Please follow the following steps to build your Microsoft Graph app :

  1. Introduction
  2. Create a .NET Core console app
  3. Register the app in the portal
  4. Add Azure AD authentication
  5. Get signed in user emails
  6. Send a new email
  7. Congratulations!