msgraph-sdk-python
msgraph-sdk-python copied to clipboard
Documentation for using Microsoft Search API using python SDK
I'm referring to this completely separate search endpoint of MS Graph: https://learn.microsoft.com/en-us/graph/search-concept-messages. I'm looking to query for users' email box.
I don't know how this SDK can enable me to do the above POST query. Since, the normal $search
on user's mailbox don't provide me a $filter
, I'm looking to explore this search endpoint.
On its page it mentions (right after Caution):
A search query can include filters that end users enter in the Search text box in Outlook.
I don't know how can the filter can be used?