Hi Vinit,
You have to use the following object to achieve the same.
Set objMail = CreateObject("CDO.Message")
Set cdoConfiguration = CreateObject ("CDO.Configuration")
and mail body type should be HTML body as mentioned below.
objMail.HTMLBody=lStrProliteString
If you want any clarification please let me know.
Christopher Britto,
Teneessee,
US.
|