Skip to main content
PATCH
Update Outlook message read state or categories

Authorizations

Authorization
string
header
required

Session token passed as Authorization: Bearer <session-token> for user-authenticated Den routes.

Path Parameters

messageId
string
required

Microsoft Graph message id.

Required string length: 1 - 512

Body

application/json
isRead
boolean
categories
string[]

Replace the message's categories with this list; an empty list clears them.

Maximum array length: 25
Required string length: 1 - 255

Response

Microsoft Graph mutation receipt returned.

ok
boolean
required
message
object
required