v1

latestOpenAPI 3.0.42026-07-174835104.5 KB
users.user.Actions

Send mail from user

Send the message specified in the request body on behalf of the specified user using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. This method saves the message in the Sent Items folder. Requires application permissions or delegated permissions with appropriate access.

post/users/{userIdentifier}/sendMail

Request body

SaveToSentItemsboolean nullable

Indicates whether to save the message in Sent Items. Default is true.

Response

Accepted