How to add images from local directory to CreateMHTMLBody in a CDO mail?

  • Thread starter Thread starter Radhika
  • Start date Start date
R

Radhika

Hi I have been trying to add images with IMG tag to my mail.But CDO Exchange
server is not supporting the IMG tags properly when their path contain
spaces. I can not use 'http://' because I am adding the body file from my
harddisk. Is there any other method to embed and send my images through CDO
mail.Have a look at this
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/e2k3/e2k3/_cdo_imessage_createmhtmlbody.asp

radhika
 
im by no means an expert with CDO Ex but spaces in file names lead to
nothing but trouble. Rename them if you have that option.

That being said... have you tried html encoding them? (put %20 in place of
spaces)
 
Back
Top