Skip to main content
POST
Send an existing Outlook draft after explicit user confirmation

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
confirmSend
boolean
required

Must be true only after the user explicitly requests sending this existing draft. Creating or reviewing a draft is not send authorization.

Response

Microsoft Graph mutation receipt returned.

ok
boolean
required
draftId
string
required
status
string
required

Graph accepted the send request. This is not confirmation of delivery.

Allowed value: "accepted"