S
Sreekanth
Hi,
We send personalized emails by putting a Marker string in the mail and for
each real recipient we create a new Mail Item, copy the origlinal
MailItem.HtmlBody this new Mail item and replace the Marker string with the
real name.
If we apply personalization on an existing forward mail with images(we have
an image001.png), it seems to attach 2 files to the email (image001.png and
image002.gif) and the received mail does not have the images rendered(shows
image not found error).
Do any of you know why that is happening?
I have 2 related questions
1) Why does outlook convert the .png to .gif?
2) How does outlook figure out which attachment to display from the html
(which just has an <img src="image002.gif">
Thanks in anticipation
We send personalized emails by putting a Marker string in the mail and for
each real recipient we create a new Mail Item, copy the origlinal
MailItem.HtmlBody this new Mail item and replace the Marker string with the
real name.
If we apply personalization on an existing forward mail with images(we have
an image001.png), it seems to attach 2 files to the email (image001.png and
image002.gif) and the received mail does not have the images rendered(shows
image not found error).
Do any of you know why that is happening?
I have 2 related questions
1) Why does outlook convert the .png to .gif?
2) How does outlook figure out which attachment to display from the html
(which just has an <img src="image002.gif">
Thanks in anticipation