Graph API allows me to get the MIME content of email calling following graph api request: GET https://graph.microsoft.com/beta/me/messages//$value .
Is there a plan to support PUT operation to allow changing of contents of email this way?
Thank you.