0

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

  • Tony, you're going to have to give a bit more something before you get any help. What DID you find? Nobody here is going to search the documentation for you. – Nick DeVore Jun 13 '14 at 02:53

1 Answers1

0

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.

Mimi Gentz
  • 1,628
  • 10
  • 14