Detecting signed/encrypted mail messages

H

Happy.Cerberus

I'm searching for a way to detect if the mail is signed/encrypted.

The only idea i have is to search for multipart/signed and
multipart/encrypted content type, but MAPI doesn't seem to implement
content-type.
 
D

Dmitry Streblechenko

You will need to search for the MessageClass property (PR_MESSAGE_CLASS in
Extended MAPI) being "IPM.Note.SMIME.MultipartSigned" or "IPM.Note.SMIME".

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