Tag: Microsoft.Graph
-
Microsoft C# Graph SDK: How to handle delta query and token for messages
So I spent two days finding out how to handle delta queries for messages in Microsoft Graph with the C# SDK. The handling of the delta token can be confusing and is not that well documented by Microsoft. I have found an example of delta queries for Users, but it assumes that you can save…