How to use Redemption to export messages+attachements?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using redemption to export messages in Inbox folder. However, Those attachements are never exported

How to export each message+attachement to a MSG file?
 
Whether attachments are exported or not depends on the format (olTxt does
not export the attachments, olMsg does).
To save in the MSG format, call
SafeMailItem.SaveAs "path", olMsg
You can also use olRFC822 (1024) format. The next version of Redemption will
also support TNEF (format used by the infamous winmail.dat). All of these
formats preserve the attachments.

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


Frank said:
I am using redemption to export messages in Inbox folder. However, Those
attachements are never exported.
 
Acutally, I used SaveAs to export the messages to .MSG files.

When I check the .MSG file, I only see the message body. But I can't find attachement in the msg file.

Any clue?
 
What is your code? Can you save the message as an MSG file using Outlook UI
(File|Save As), zip it (important!) and send it to my private address?

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