Hi
I am using the following code to fetch Messages:
List AllEnvelopes = new List();
TotalCount = 0;
using (var client = GetGraphClient(apiUrl, settings, mailbox))
{
var inbox = client.ListFolders().First(fi => fi.D…...fetch Messages: List AllEnvelopes = new List(); TotalCount =...ListFolders() method returns an empty list, the inbox variable will be...