I would like to use the Office 365 API to search for email. Is this possible?
I have had a look at the online documentation (http://msdn.microsoft.com/en-us/library/office/dn605901(v=office.15).aspx) but can't see search.
Cheers Tony
I would like to use the Office 365 API to search for email. Is this possible?
I have had a look at the online documentation (http://msdn.microsoft.com/en-us/library/office/dn605901(v=office.15).aspx) but can't see search.
Cheers Tony
You'll want to use $filter, which is briefly documented on the MSDN page you referenced above, and is more thoroughly documented in the OData Version 4.0 Part 2 spec.