B
Bre-x
Guest
I need to use "New" and "To",
Is there a way to do that?
is the part of the
Imports System.Net.Mail
msg.Body = the_body
msg.IsBodyHtml = True
the_body = "<html><body>
<p>" & the_salutation & ",</p>
<p>NCR : <b>" & the_ncr & "</b></p>
<p> </p>
<p><b>Please Note : </b></p>
<p>"We have a newly created NCR that needs to be assigned to a Eng"</p>
<>Regards,</p><p>QCI Office</p></body></html>"
Thank you all
John
Continue reading...
Is there a way to do that?
is the part of the
Imports System.Net.Mail
msg.Body = the_body
msg.IsBodyHtml = True
the_body = "<html><body>
<p>" & the_salutation & ",</p>
<p>NCR : <b>" & the_ncr & "</b></p>
<p> </p>
<p><b>Please Note : </b></p>
<p>"We have a newly created NCR that needs to be assigned to a Eng"</p>
<>Regards,</p><p>QCI Office</p></body></html>"
Thank you all
John
Continue reading...