how to get embedded image

S

sophie

hi,

i want to get the embedded image. In fact, it is also an attachment, but it
is not in objMailItem.attachments.count.
i want to get these files number and name.
how can i get it?
 
S

sophie

RTF in fact.

i want to get the embedded image when i send mail. when i click the "send
button", i want to catch all the attachment including embedded ones.
 
D

Dmitry Streblechenko

It is not really an image, but a steammed OLE object that the corresponding
OLE serever (e.g. Excel) renders.
There is no way to save it as an image file.
And the atatchment shoudl be in the Attachments collection.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Top