microsoftgraph / microsoftgraph/msgraph-sdk-python
Documentation for using Microsoft Search API using python SDK
@adhadse is already working on this.
Since Jun 18, 2024.
- Dominant language
- Python
- Stars
- 630
- Forks
- 96
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.