I have this email composed using System.Net.SmtpClient.
I am successful in attaching image on the email and shows it to the body of
the message by using HTML Tag <img src=image.jpg />.
But the problem is, the image also display as attachment since I attached it
on the mail. I don't want the image to be display as attachment or should i
say I want to hide it instead display it on the body only.
Thanks in advance.