My requirement is I want to send an image through email body (Not like an attachment)
When I used the sendoutlookmessage with html code, The receiver is not able to view my image. He is getting message like “The linked image cannot be displayed.”
This can get really tricky using alternate views and inline images.
Easiest way is to convert the image into Base64 string and replace the content of the html with that value.
Hi,
I have tried your method to attach the images in the outlook mail body.I have two images to be attached.One of the images is reflecting but the other image is not and having white space.
Although in the sent mail i can see both the images in the mailbody as expected.Can you please help me in resolving the issue.