microsoftgraph / aspnet-snippets-sample

A repository of code snippets that use Microsoft Graph to perform common tasks such as sending email, managing groups, and other activities from an ASP.NET Core MVC app. This sample uses the Microsoft Graph .NET Client Library to work with data, and the Microsoft Identity Web Library for authentication on the Microsoft identity platform v2.0 endpoint.
MIT License
189 stars 101 forks source link

Access to Sharepoint sites #74

Open quantequsa opened 1 year ago

quantequsa commented 1 year ago

I appreciate you sharing the https://github.com/microsoftgraph / aspnet-snippets-sample code that access Sharepoint active Team sites! How can we display Sharepoint active "Communication sites" also?

Thank you!