PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming How to save OLE Object in Redemption?

Reply

How to save OLE Object in Redemption?

 
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average.
Old 15-11-2004, 11:01 PM   #1
Bingo
Guest
 
Posts: n/a
Default How to save OLE Object in Redemption?



Thanks.
  Reply With Quote
Old 16-11-2004, 04:29 AM   #2
Dmitry Streblechenko \(MVP\)
Guest
 
Posts: n/a
Default Re: How to save OLE Object in Redemption?

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.



  Reply With Quote
Old 16-11-2004, 03:48 PM   #3
Bingo
Guest
 
Posts: n/a
Default Re: How to save OLE Object in Redemption?


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.

>
>
>.
>

  Reply With Quote
Old 16-11-2004, 07:35 PM   #4
Dmitry Streblechenko \(MVP\)
Guest
 
Posts: n/a
Default Re: How to save OLE Object in Redemption?

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.

> >
> >
> >.
> >



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off