M
Marco Wassink
Hi everybody,
I am creating a program to manipulate the htmlbody of emails, so people can
create several signatures that will automatically be inserted in the body of
the email.
This works fine but there is one issue:
I noticed that outlook does not always change the local file reference to an
image, for example:
<img src="c:\image.gif">
Usually if you type some text, or save the message, outlook does a
conversion to attach the image to the email and you can see the reference
change to something like:
img id="_x0000_i1025" src="cid:[email protected]">
is there any way to make sure that Outlook does the conversion so that I can
make sure that there does not appear a red cross in the email?
kind regards,
Marco Wassink
I am creating a program to manipulate the htmlbody of emails, so people can
create several signatures that will automatically be inserted in the body of
the email.
This works fine but there is one issue:
I noticed that outlook does not always change the local file reference to an
image, for example:
<img src="c:\image.gif">
Usually if you type some text, or save the message, outlook does a
conversion to attach the image to the email and you can see the reference
change to something like:
img id="_x0000_i1025" src="cid:[email protected]">
is there any way to make sure that Outlook does the conversion so that I can
make sure that there does not appear a red cross in the email?
kind regards,
Marco Wassink