Reputation: 315
I need to perform a fulltext search in an Office 365 mailbox, preferably using the new REST (OData) API.
While not documented, I had my hopes up that the OData Search operation would be supported:
https://outlook.office365.com/api/v1.0/Me/Folders('Inbox')/Messages?$search=FooBar
And indeed it seems like the current version of the Office 365 api returns messages from my inbox with this query, but it doesn't really filter them on the search keyword.
Is this a feature we can expect to be released in the near future? It would greatly enhance the usability of this API
Upvotes: 2
Views: 460
Reputation: 17702
Search is something that we want to add, but it's not there yet. Keep an eye on our blog or follow me on Twitter (@JasonJohMSFT) to get updates on new features in the API.
Upvotes: 1