Unable to filter to, cc & bcc recipients using latest version of graph sdk and filter query

Kumaresan C 0 Reputation points
2024-06-14T08:05:20.58+00:00

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?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,192 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,470 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,116 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AsithwMSFT 1,420 Reputation points Microsoft Vendor
    2024-06-23T19:22:44.4066667+00:00

    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"
    
    0 comments No comments