Different ways of encrypting emails and different encryption software
produces different results but in essence what you want to do is to look at
the MessageClass of the email. A normal email will have a MessageClass of
"IPM.Note". A signed/encrypted message would have something like
"IPM.Note.Secure" or "IPM.Note.SMIME", often with other tags appended to
that. For example something like "IPM.Note.SMIME.MultipartSigned".
Examine the encrypted messages in your store to see what the MessageClass
property looks like to see what you should be testing for.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Optionshttp://
www.slovaktech.com/products.htm
Is there are property I can use to determine if an email has been
encrypted? Our exchange server has secure email capabilities and some
of my macros, which I use to move emails into particular folders, fail
when the email item has been 'secured'. Thanks
- Show quoted text -