D
DPM
Hi,
When an email is created from MS Outlook with an embedded image(Inserted a
picture from a file/clipart) the image tag is as,
eg.
<img width=836 height=395 id="_x0000_i1025"
src="cid:[email protected]">
and the could figure out which attachment is linked from the attachment
collection with the file name.
(eg. Attachment collection will also have "image01.jpg")
But when the email created from Outlook Express and received from MS Outlook
the image tag will be as follows,
eg.
<img width=836 height=395 id="_x0000_i1025"
[email protected]>
The attachment collection does not have this random name but has the actual
file name. Therefore cannot identify which attachment is linked.
But when the mail is viewed in MS Outlook it somehow figures out the correct
image.
Could someone please advise on how get a reference to the attachment for
such embedded images.
When an email is created from MS Outlook with an embedded image(Inserted a
picture from a file/clipart) the image tag is as,
eg.
<img width=836 height=395 id="_x0000_i1025"
src="cid:[email protected]">
and the could figure out which attachment is linked from the attachment
collection with the file name.
(eg. Attachment collection will also have "image01.jpg")
But when the email created from Outlook Express and received from MS Outlook
the image tag will be as follows,
eg.
<img width=836 height=395 id="_x0000_i1025"
[email protected]>
The attachment collection does not have this random name but has the actual
file name. Therefore cannot identify which attachment is linked.
But when the mail is viewed in MS Outlook it somehow figures out the correct
image.
Could someone please advise on how get a reference to the attachment for
such embedded images.