Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,291 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am facing issues filtering to, cc, and bcc recipients using the latest version of Graph SDK in a .NET MAUI Blazor Hybrid project. Can someone provide any insights or suggestions to resolve this issue?
Hello @Kumaresan
Are you looking C# SDK code that corresponds to below API calls?
https://graph.microsoft.com/v1.0/me/messages?$search="bcc:pattif@mydomainX.onmicrosoft.com"
https://graph.microsoft.com/v1.0/me/messages?$search="cc:pattif@mydomainX.onmicrosoft.com"