My feature was built before /createReply
existed and relies on:
Set a custom header with Outlook/Office 365 REST
to add References
and In-Reply-To
to an email. This allows the app to send email replies w/o requiring Mail.ReadWrite
, which is much more access than we need:
https://docs.microsoft.com/en-us/graph/permissions-reference#mail-permissions
Read and write access to user mail
Allows the app to create, read, update, and delete email in user mailboxes. Does not include permission to send mail.
Now those headers no longer get added. (I also tried Cannot pass "In-Reply-To" parameter to Microsoft Graph sendMail and arrived at the same result as the author.)
Is there a way for me to get around this regression without requesting additional user permission? Thanks!
https://docs.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http