Users Pricing

forum

Home Forums How to insert image in message body – MindStick

How to insert image in message body

Anonymous User 2292 23 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.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md