I am retrieving my mail message from an exchange server. the message contains text and one inline jpg picture. looks fine in outlook.
getting the message works fine.
Dim email As IMail
Dim eml = Pop3.GetMessageByUID(uid)
email = builder.CreateFromEml(eml)
email.SaveHtmlAs("C:\HTMLEmail\email.html", False)
(tried both true and false)
saves the html file, but no image and the image link doesn't change.