Dev Consultant Brian Culver explores Microsoft Teams Presence in .NET.
This journey begins in a Visual Studio 2019 .Net Forms Application. Then, we need to install the Microsoft Graph client package into our project. So we go here to Install the SDK.
Earlier, we worked in the Microsoft Graph Explorer and completed the App Registration.
There are great instructions for using the Microsoft (MS) Graph Beta libraries in your solutions at https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet
Be sure to note the instructions for using both the MS Graph v1.0 and Beta libraries and MS Graph endpoints (as they share the same namespace).
0 comments