S
Sibi
Hi,
Can i assign a html file to "intro" property of email adapter object.
for example
var objMail = XDocument.DataAdapters("Submit");
objMail.To = "(e-mail address removed) ";
objMail.Subject ="Testing mail"
objMail.Intro =
objMail.Submit();
The requirement is I want to sent a html file as mail body. so can i
assign html file directly to intro? or how do i implement it.
Thanks in advance.
Sibi
Can i assign a html file to "intro" property of email adapter object.
for example
var objMail = XDocument.DataAdapters("Submit");
objMail.To = "(e-mail address removed) ";
objMail.Subject ="Testing mail"
objMail.Intro =
objMail.Submit();
The requirement is I want to sent a html file as mail body. so can i
assign html file directly to intro? or how do i implement it.
Thanks in advance.
Sibi