我正在尝试使用C#中的GraphAPI来过滤ToReceipient。根据Unable to filter messages by recipient in MicrosoftGraphApi.我需要使用搜索。 然而,根据截图和下面的代码,在c#中,它似乎没有搜索属性,只有过滤器。有人知道如何在GraphAPIc#中使用</em
查看枚举站点:https://docs.microsoft.com/en-us/graph/api/site-list?view=graph-rest-beta&tabs=http GET https://graph.microsoft.com/beta/sites?看看网站搜索:https://docs.microsoft.
https://graph.microsoft.com/v1.0/me/people?$search="jesper“的c#示例 GraphServiceClient graphClient = new GraphServiceClient( authProvider );
var people不确定这是否是故意的,但看起来是错误的,你不能使用搜索功能https://developer.microsoft.