I'm trying to use the microsoft graph mail api to query for a small amount of emails using the in operator but cannot find an example.
This is how I am trying to use it:
https://graph.microsoft.com/v1.0/me/messages?$filter=(from/emailAddress/address) in '[email protected], [email protected]'
In their documentation, it says that you can use the in operator for $filter.