Expand description
Send a Microsoft Graph message (POST /me/sendMail) in JSON or MIME
format; the message is saved to Sent Items.
Structsยง
- Msgraph
Mail Send - Send a message described as a JSON
MsgraphMessage. - Msgraph
Mail Send Mime - Send a message given as raw RFC 5322 MIME bytes; the MIME is
base64-encoded and posted as
text/plain, as Graph requires.