Outlook Redemption encrypted .msg ,,,

C

Chad Langston

Dear All,

I am trying to write a utility to open a .msg file using
CreateItemFromTemplate then use the SafeMailItem in Redemption to extract
the headers. This would work fine except the .msg file is encrypted and I
don't have the digital ID necessary to decrypt it. Thus, the
CreateItemFromTemplate function is throwing an exception.

There must be a way to do this, since I am able to import my inbox to
Outlook Express and view the headers on the encrypted message.

My guess of course is that I will have to use Extended MAPI to open the .msg
file and extract the headers. Unless of course Redemption has a special way
of opening .msg files. Anyone have any ideas?

Thank you very much,
Chad Langston
 
D

Dmitry Streblechenko

Actually Redemption does not care about the encrypted files; on the Extended
MAPI level, an encrypted messages has a special message class and a p7m
attachment. When importing an MSG file with encrypted contents
(SafeMailItem.Import), Redemption does not care about what kind of message
that is, so there won't be any prompts.

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

Chad Langston

Awesome !
Thank you...

Dmitry Streblechenko said:
Actually Redemption does not care about the encrypted files; on the Extended
MAPI level, an encrypted messages has a special message class and a p7m
attachment. When importing an MSG file with encrypted contents
(SafeMailItem.Import), Redemption does not care about what kind of message
that is, so there won't be any prompts.

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