There is any way to save the embedded images from outlook email body (inline image) to SharePoint rich text column? I want to create (launch) a new Outlook mail message and to pre-populate email body (Included embedded image) from Power Apps.
Launch("mailto:" & txtRecipient.Text & "?subject=" & EncodeUrl(txtSubject.Text) & "&body=" & EncodeUrl(txtBody.Text) )
Thanks