RE: export mail contain image



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

.



Relevant Pages

  • Re: Problem modifying XML view definitions from installed C# Add-in
    ... > attempts to modify an XML view definition for an Outlook folder (similar ... > It works fine on my development machine, but when I distribute the add-in ... > public void OnDisconnection(Extensibility.ext_DisconnectMode ...
    (microsoft.public.outlook.program_addins)
  • Re: Script Custom Views
    ... For Outlook 2003 you can get the view as XML. ... most of the things in the view although any automatic formatting and some ... "Paul Johnson" wrote in message ...
    (microsoft.public.outlook.program_vba)
  • Re: OutlookBarGroups in Navigation Bar (OL 2003)
    ... The XML for the navigation pane is read only on Outlook startup and overwritten when Outlook closes. ... What you want isn't in the object model and working with the XML for the navigation pane isn't supported at all. ...
    (microsoft.public.office.developer.outlook.vba)
  • Re: HOW DO I WRITE OUT A CONTACT(S) AS AN XML FILE
    ... >> to get a contact into an XML file. ... Ok so how do I export the client contact information from outlook ... file formats you get when exporting from Outlook are those listed in the ... and didn't see anything mentioned about exporting to XML format but it ...
    (microsoft.public.outlook.general)
  • =?Utf-8?Q?Re:_Outlook_2003_=E2=80=93_Problem_with_?= =?Utf-8?Q?view_modification?=
    ... Paulo Figueiredo ... I’m developing an Outlook 2003 Add-in. ... I need to alter a table view ... I’m trying to modify de XML property of the ...
    (microsoft.public.office.developer.com.add_ins)

Loading