Closed davidchesnut closed 9 years ago
I want to request email be returned in sorted order, especially for paging purposes where sorting client side will not work. I want to do something similar to this: GET https://outlook.office365.com/api/v1.0/me/messages?$orderby=DateTimeReceived desc
But I don't see any methods for setting the order query parameter. Is there a way to do this?
Thanks, David
Ignore this. I was mistakenly looking at an older version of the SDK.
I want to request email be returned in sorted order, especially for paging purposes where sorting client side will not work. I want to do something similar to this: GET https://outlook.office365.com/api/v1.0/me/messages?$orderby=DateTimeReceived desc
But I don't see any methods for setting the order query parameter. Is there a way to do this?
Thanks, David