I do not see support for filtering list of emails from the Graph API to a date range? Like it'd be nice to have something that supports filtering between a start date and an end date for the receivedDateTime field.
You could try $filter query:
https://graph.microsoft.com/v1.0/me/messages?$filter=(receivedDateTime ge 2017-03-13T04:14:08Z) and (receivedDateTime le 2017-04-12T05:15:08Z)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With