Show a user's emails in an ASP.NET Core app with Microsoft Graph
Learn how to show a user's emails in ASP.NET Core apps with Microsoft Graph. Also, learn how to optimize Microsoft Graph queries and load email in batches.
Learning objectives
After completing this module, you'll be able to:
- Configure a .NET Core app to retrieve emails using Microsoft Graph
- Retrieve a user's emails from Microsoft Graph
- Break large data sets from Microsoft Graph into pages
Prerequisites
- Microsoft 365 developer tenant
- Basic understanding of authentication and authorization on Microsoft 365
- Basic understanding of HTML, C#, and ASP.NET Core
- Basic understanding of Microsoft Graph
- .NET Core 6 SDK installed