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.