MailSearch

Summary

  • Full‑text search in messages using AQS (Advanced Query Syntax), with paging and optional counts.

Graph Endpoint

  • GET /me/messages?$search=...

Parameters

Required

  • search: string — Your AQS query. Quotes are added automatically.

Optional

  • select: string[]

  • top: number — 1..100

  • count: boolean

  • folder: string — Folder id or well‑known name

Usage (app.businessFunction)

Minimal

With options

Response

Notes

  • When using search, ordering is not applied.

Last updated

Was this helpful?