Microsoft Graph email read profile
org.intentschema.communication.email.message.read.v1@com.microsoft.graph.v1
JSON: bare · @sha256:c00a63e7b03f…
Hash: sha256:c00a63e7b03fbef86e1b605b75428f2473c7349eee9c2b263402cee332416f95
Graph profile for email read.
Implements: Read email message (org.intentschema.communication.email.message.read.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "ms_graph", required: system) |
Result
| Field | Type | Description |
external_id * | string | |
object | object | |
etag | string | |
object
| Field | Type | Description |
external_id | string | |
thread_id | string | |
from | string (email) | RFC 5321 mailbox. Plain address (jane@example.com) or with display name ("Jane Doe" <jane@example.com>). |
to | string (email)[] | |
subject | string | |
snippet | string | |
date | string (date-time) | |
is_unread | boolean | |
has_attachments | boolean | |
labels | string[] | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | /messages/{id} path parameter |
(optional) | $select, $expand query params |