How to call any endpoint with the Microsoft Graph .NET SDK
Today, I will show you how to create a custom request builder to call any endpoint with the Microsoft Graph .NET SDK v5.
Today, I will show you how to create a custom request builder to call any endpoint with the Microsoft Graph .NET SDK v5.
In this blog, I will show you how to write your own model-context-protocol (MCP) server for the Microsoft Graph API in C# and how to use the Microsoft Graph C# Core SDK to call any Graph API endpoint.
In this article, I will show you how to track changes in a specific folder in a SharePoint document library using the Microsoft Graph .NET SDK.
In this article, I will show you how to track changes in personal OneDrive with the Microsoft Graph .NET SDK.
In this article, I will show you how to use the Microsoft Graph .NET SDK to create an Excel table.
In this article, I will show you how to use the Microsoft Graph .NET SDK to retrieve all items stored in a user's OneDrive or a document library in SharePoint.
In this post, I will show how to use the Microsoft Search API to find messages where the signed-in user was mentioned.
In this article, I will explain how to work with mentions (@mentions), what is supported with the Graph API and what are the limitations when working with mentions.
In this post, I will show you how to modify attachments of forwarded message with the Graph SDK for C#.
Today, I will demonstrate how to implement a HttpClient
message handler for the Microsoft Graph API SDK client in C#.
Read how to create and send a message with voting options and how to process received response.