D
dave
Hi guys
I'm sending email using CDO Message in HTML Formatted.
There is no problem if client side is HTML Enable. But if
it doesnt not, its showing all html tags in message body.
How can I solve this?
Thanx
code snippet
body = <html>
body = body & "<b>Hello</b>"
body = body & "</html>"
I'm sending email using CDO Message in HTML Formatted.
There is no problem if client side is HTML Enable. But if
it doesnt not, its showing all html tags in message body.
How can I solve this?
Thanx
code snippet
body = <html>
body = body & "<b>Hello</b>"
body = body & "</html>"