forum

Home / DeveloperSection / Forums / How to insert image in message body

How to insert image in message body

Anonymous User193123-Dec-2013

message.Body = "Dear " + myds.Tables[0].Rows[0].Field<string>("C_Name").ToString()

+ " <br /> <br /> Your Registrtion is Successfull...<br/><br/>

<table  border='4'><tr><td>Name = "

+ myds.Tables[0].Rows[0].Field<string>("C_Name").ToString()

+ " </td><td> Pax= "

+ myds.Tables[1].Rows[0].Field<int>("pax").ToString()

+ "</td> </tr><tr><td>Della Adventure,Kunegao,Lonavala</td><td>CheckIn Date= "

+ myds.Tables[0].Rows[0].Field<string>("Checkin_date").ToString()

+ "</td></tr></table>";

This is my code and I want to add image in the message body.


Updated on 23-Dec-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By