D
dorutzu
Hi,
I'm working on an Outlook Addin that has to send e-mails in HTML
format. I have the templates, they look great in the Outlook's
Inspectors (when sending for exemple), but the problem is that only I
(on my computer) can see the images in the e-mails, as they have links
on my hdd:
<IMG id=olhimg src="c:\addin\image.gif">
I notticed Outlook generates some src="cid:..." values for other
inline messages, but I didn't understand what's this about yet. Maybe
you can enlight me about this as well.
I also tryed (as I found in one example) to attach the
image(c:\addin\image.gif) to the e-mail, and make the link something
like src="cid:image.gif"...well, works in Outlook, but it doesn't on
Yahoo mail
(
So, all I want it my image to be embedded in the e-mail (not
somewhere on some public web-site), preferably without using
attachments.
Thanks,
Doru
I'm working on an Outlook Addin that has to send e-mails in HTML
format. I have the templates, they look great in the Outlook's
Inspectors (when sending for exemple), but the problem is that only I
(on my computer) can see the images in the e-mails, as they have links
on my hdd:
<IMG id=olhimg src="c:\addin\image.gif">
I notticed Outlook generates some src="cid:..." values for other
inline messages, but I didn't understand what's this about yet. Maybe
you can enlight me about this as well.
I also tryed (as I found in one example) to attach the
image(c:\addin\image.gif) to the e-mail, and make the link something
like src="cid:image.gif"...well, works in Outlook, but it doesn't on
Yahoo mail
![Frown :( :(](/styles/default/custom/smilies/frown.gif)
So, all I want it my image to be embedded in the e-mail (not
somewhere on some public web-site), preferably without using
attachments.
Thanks,
Doru