
HELP me pls! How to deal with encrypted mail item
Hi, all:
I need to decrypt an smime encrypted email with our own decryption
method. But, I cannot find any clue that can enable me to get a hand
on the ciphertext. It seems the encrypted email even is not a MailItem
since I use
Dim oSelection As Outlook.Selection
Set oSelection = oExplorer.Selection
when I click the encrypted email. The oSelection was set to nothing.
Actually, oExeplorer.Selection = <Your Digital ID name cannot be found
by the underlying security system>. This is true since I don't wannt
use my own key and decryption method to decrypt the message.
Can someboy give me a hint? What I can imagine now is to get the
temporary message file for the corresponding email. But I don't know
where to get it.
Any comments is appreciated!!
Xuhua