(Msg. 1) Posted: Mon Jul 21, 2008 7:12 pm
Post subject: export mail contain image Add to elertz Archived from groups: microsoft>public>outlook>program_forms (more info?)
hello all
I am trying to write a code in C++ for intend to export the mail to xml
and then import from xml. now i has gotten a worst matter that if the mail
contain image the fragment of generate xml is like
<img width=117 height=88 id="Picture_x0020_11"
src="cid:image003.jpg@01C8EB44.21911980" alt=image003.jpg>
why the attribute of src is so that.I export the email via outlook menu
"save as html" that fragment like src="c:\mypicture\image003.jpg"
thus when i import the mail from xml file the image can not display!
can you help me!
thanks and regards
(Msg. 2) Posted: Tue Jul 22, 2008 5:58 am
Post subject: RE: export mail contain image Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
A CID like that is pointing to an image attached to the message. Therefore,
you would also have to save the attachment to the file system, using the
Attachment.SaveAsFile method, and adjust the src attribute so that it points
to the saved file.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"export mail which contains image from of" wrote:
> hello all
> I am trying to write a code in C++ for intend to export the mail to xml
> and then import from xml. now i has gotten a worst matter that if the mail
> contain image the fragment of generate xml is like
> <img width=117 height=88 id="Picture_x0020_11"
> src="cid:image003.jpg@01C8EB44.21911980" alt=image003.jpg>
> why the attribute of src is so that.I export the email via outlook menu
> "save as html" that fragment like src="c:\mypicture\image003.jpg"
> thus when i import the mail from xml file the image can not display!
> can you help me!
> thanks and regards
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum