R
ramazan
Hi all,
I'm using c++ and mapi. I am working on outlook 2003. I want to open
encrypted mail which encryption algorithm doesn't supported by outlook
2003 and xp. when the user double clicks to mail item for open i want
to catch this event and decrypt mail context and show as normal mail
to user.
In normally i can catch onOpen() event with MAPI for normal,not
encrypted, mail. But with encrypted mail outlook tries to descrypt
mail and gives error.
My question is this,
How can i catch onOpen() event before outlook tries to open
encrypted mail or how can i disable decryption capability of outlook?
Thanks in advance
Ramazan
I'm using c++ and mapi. I am working on outlook 2003. I want to open
encrypted mail which encryption algorithm doesn't supported by outlook
2003 and xp. when the user double clicks to mail item for open i want
to catch this event and decrypt mail context and show as normal mail
to user.
In normally i can catch onOpen() event with MAPI for normal,not
encrypted, mail. But with encrypted mail outlook tries to descrypt
mail and gives error.
My question is this,
How can i catch onOpen() event before outlook tries to open
encrypted mail or how can i disable decryption capability of outlook?
Thanks in advance
Ramazan