Html with Base64 image

Hi,

When I try to load a HTML document with base64 images and send the message created we didn’t receive the image.

Could you please have a look?
Code:
MailMessage msg = MailMessage.Load(strMessagePath, HtmlLoadOptions);
/* Add From, To, Subject /

/ Create your client */
m_client = (ExchangeClientBase)EWSClient.GetEWSClient(Url, user);
m_client.Send(msg);

Thanks

Hi Stephan,

Thank you for writing to Aspose Support team.

We have investigated the issue at our end and found that the MailMessage API is not able to retain the image. If you save the MailMesasge to disc, you will note that the image is lost in the saved image. We have logged the issue as EMAILNET-35191 in our issue tracking system for further investigation by our Product team and will update you here once there is some information available in this regard.

The issues you have found earlier (filed as EMAILNET-35191) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

Hi,

Issue fixed
Thanks

Thank you for the feedback.