OfficeDev / Office-365-SDK-for-Android

Microsoft Services SDKs for Android produced by MS Open Tech.
https://dev.office.com/android
Other
224 stars 74 forks source link

Is there a way to sort email #63

Closed davidchesnut closed 9 years ago

davidchesnut commented 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

davidchesnut commented 9 years ago

Ignore this. I was mistakenly looking at an older version of the SDK.