MailList

Summary

  • Lists emails with optional filters, sorting, and paging. Ideal for inbox or work‑queue views.

Graph Endpoint

  • GET /me/messages

  • Folder‑scoped: GET /me/mailFolders/{folder}/messages

Parameters

Optional

  • select: string[] — Fields to include.

  • filter: Array — Simple conditions, e.g. { field, op, value } or { fn, field, value }.

  • orderBy: Array<{ field: string, dir: 'asc'|'desc' }>

  • top: number — 1..100

  • count: boolean — include a result count

  • folder: string — Folder id or well‑known name (e.g., Inbox, Archive).

Presets (optional)

  • Shortcuts for common list scenarios.

  • See: Mail Presets for all available presets and examples.

Usage (app.businessFunction)

Minimal

With filters and sorting

Response

Last updated

Was this helpful?