Jeff McKay
2003-11-13 01:18:53 UTC
I have encrypted S/MIME messages that I need to get into Outlook
programmatically.. It is my understanding that I don't have to do the
decryption myself, just import the message in the right way and Outlook will
get the certificate and do all that for me. (I am using extended MAPI with
C++). When I tried to do it with my existing code, signed message
attachments show up (file smime.p7s) fine, and I can click on it and Outlook
displays a certification.
However when I do the same thing with an encrypted attachment (file
smime.p7m), Outlook refuses to show the attachment name, even though I
can see it in there with Outlook Spy. Any idea what is going on here, and
how I can do this correctly?
programmatically.. It is my understanding that I don't have to do the
decryption myself, just import the message in the right way and Outlook will
get the certificate and do all that for me. (I am using extended MAPI with
C++). When I tried to do it with my existing code, signed message
attachments show up (file smime.p7s) fine, and I can click on it and Outlook
displays a certification.
However when I do the same thing with an encrypted attachment (file
smime.p7m), Outlook refuses to show the attachment name, even though I
can see it in there with Outlook Spy. Any idea what is going on here, and
how I can do this correctly?