PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
How to save OLE Object in Redemption?
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
How to save OLE Object in Redemption?
![]() |
How to save OLE Object in Redemption? |
|
|
Thread Tools |
Rating:
|
|
|
#1 |
|
Guest
Posts: n/a
|
Thanks. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 "Bingo" <anonymous@discussions.microsoft.com> wrote in message news:5ca301c4cb67$116099b0$a401280a@phx.gbl... > > Thanks. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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. >-----Original Message----- >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 > > >"Bingo" <anonymous@discussions.microsoft.com> wrote in message >news:5ca301c4cb67$116099b0$a401280a@phx.gbl... >> >> Thanks. > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 "Bingo" <anonymous@discussions.microsoft.com> wrote in message news:713e01c4cbf3$ba643f80$a301280a@phx.gbl... > > 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. > > > >-----Original Message----- > >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 > > > > > >"Bingo" <anonymous@discussions.microsoft.com> wrote in > message > >news:5ca301c4cb67$116099b0$a401280a@phx.gbl... > >> > >> Thanks. > > > > > >. > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 


