View Single Post
  #1  
Old January 29th 06, 03:00 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 2
Default Detecting signed/encrypted mail messages

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.

Ads