How to save OLE Object in Redemption?

D

Dmitry Streblechenko \(MVP\)

Do you mean embedded message attachments? If yes, you can use
Attachment.EmbeddedMsg property. If you mean embedded graphics objects in
the RTF messages, there is not much you can do - these attachments are OLE
storage (IStorage) objects that are pretty useless outside of the parent
message. Even Outlook won't let you save these attachments.

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

Bingo

I was able to save and reload the OLE objects if they are
MS Word, Excel, etc but not those images. Is there a way
I can tell if the OLE object is MS Word, Excel or
images? Thanks.
 
D

Dmitry Streblechenko \(MVP\)

You can look at the storage itself to figure that out, but I've never tried
that. You can access the IStorage object using Attachment.OleStorage
property in Redemption.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top