Hi Community,
I am running a very simple query to fetch messages from a folder with specific keywords or with subject text or even a timestamp but I am always returned all messages irrespective of the filter. Here are a couple of samples. What am I missing ?
"https://graph.microsoft.com/v1.0/users('userupn')/mailFolders('Inbox')/messages?$search=tenant"
"https://graph.microsoft.com/v1.0/users('userupn')/mailFolders('Inbox')/messages?$filter=subject eq 'Collections on date'"
"https://graph.microsoft.com/v1.0/users('userupn')/messages?$filter=(from/emailAddress/address) eq 'admin-notify@domain.com'"
Any of these queries return all messages from the specific inbox folder.
Thank You.