Exchange web service EWS - Outbound email missing inline images

We are using EWS API integration for EmailSync in Sales Automation implementation, however the outbound email is missing inline images. Is there a known issue?

Even the emails created using the SA Portal(Sales Ops) with headers/logos are missing the images.

I reviewed the posts below, but didn’t help.

https://community.pega.com/node/2272306

@ravi9779 - Are you doing copy/past of the images in the email template (or) using insert image option in the email template.

If you are doing copy/paste then inline images should be displayed properly. Because in this case image will be part of HTML with tag so that it will go as it is to the exchange server. But when you used the insert image in the template then it will not be like image tag and it will be a separate link and exchange server could not find this link as this is pega server link.

@gundd @CaraPresseau

Thanks & Regards,

Mahesh

@Mahesh Thanks so much. That solved the issue. Although it created some unnecessary white spaces around the pasted image.

We were originally reusing the existing paragraph rules consisting of brand logo images which were created using the insert/upload image option.

@Mahesh Identified another issue, where all inline images are being treated as attachments for inbound emails. So if I send an outbound email with inline images using drag and drop, when the customer replies, the same inline images are being treated as attachments and being added to EWSAttachments page list. And ultimately, emails are displayed on the Pega Portal with broken inline images, however the images are available as attachments to the Email case.

@gundd @CaraPresseau

This the product behavior. All inline images are processed as attachments for EWS interface as of Pega 8.6.3.