how does outlook do this?

R

robert dugal

In Outlook 2000 I've noticed something interesting about
encrypted/signed emails. IExchExtMessageEvents::OnRead()
if I use the IExchExtCallback::GetObject() to get the
message and look at the properties of an encrypted message
I see that it is already decrypted and has a message class
of IPM.Note . However, If I then get the PR_ENTRYID of
this message and then get the message from the store with
this id using pStore->OpenEntry(...) I get a different set
of message properties. The message is encrypted and has a
message class of IPM.Note.SMIME .

How does Outlook do this? I need to do something very
similar in my extension. I want the message to always be
encrypted within the message store and each time the msg
is opened I want it to be temporarily decrypted. I might
give the user the option to save the decrypted msg but the
default should be that it remains encrypted in the store.
 

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