RE: export mail contain image
- From: Sue Mosher [MVP-Outlook] <suemvp@xxxxxxxxxxxxxxx>
- Date: Tue, 22 Jul 2008 05:58:01 -0700
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@xxxxxxxxxxxxxxxxx" 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
- Prev by Date: RE: Printing a Form in Outlook
- Next by Date: RE: date time picker
- Previous by thread: RE: Printing a Form in Outlook
- Next by thread: RE: date time picker
- Index(es):
Relevant Pages
|
Loading