can we send email with few image in C#.
I can send mail only text not embed with image.
like twitter's mails are come with it's image.
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tanmay SarkarPosted Jul 7, 2010, 1:43 AM
consider i want to send.
"Hello world" & then abc.jpg
wher it is in C:\123\abc.jpg.
Amit ChoudharyPosted Jul 7, 2010, 1:14 AM
Try to compose mail body with HTML.
set the attribute of mail object BodyIsHtml=true; and they you are able to send even a mail looks like a website.
Please mark "Do you like this post" if it helps you.