I am trying the following request using microsoft graph:
https://graph.microsoft.com/v1.0/me/messages?$filter=receivedDateTime lt 2016-03-07T16:55:39Z
In this example I am trying to retrieve all emails that were received prior to the supplied date (which is actually today).
However, the Microsoft Graph API returns only one message for this request, which is the first message I ever received on my account, despite there being many other emails which fit this criteria. Note that le also suffers the same problem.
I assume this is a bug and am raising it here for visibility, but any suggestions of workarounds or problems with my example would be appreciated.