In my process, I need to forward the embedded images from the email body to a specific email.
The issue is that every time I save the the MailMessage with the .eml extension I loose the embedded img.
I am able to accept any format in my process, Forward the original message, send the eml message file, or even the body image as an attachment, etc. As long it has the embedded body images.
Below, the ss of the .eml file after loosing the img.
I was not yet able to figure out the source reason but on the Surface, I notice that my issue is related to the included extra mailboxes.
For example, when I connect with any ACC but the Main (automation@…com), the inlines msg are lost. If the Main is connected (automation@…com), the inlines are saved as attachments without extensions (as it should be).
With this workaround, I was able to send the inline body img. However, I still wish to solve the technical explanation behind it.