![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Guys
I am developing a app using C#, VSTO and Office 2003. I have a requirement where I need to verify if the email is encrypted or not - meaning it has a certificate attached or not. I dont even need to know the details of the cert or the validity - just if an email is encrypted or not. Is there a way to get to achieve this through the Outlook Object Model or is there any other API i need to know of |
Ads |
#2
|
|||
|
|||
![]()
Look at the MessageClass of the email. A signed email would have something
like "IPM.Note.SMIME.MultipartSigned", or some variant of "IPM.Note.Secure". Look for MessageClass's like that. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "PShah" wrote in message oups.com... Guys I am developing a app using C#, VSTO and Office 2003. I have a requirement where I need to verify if the email is encrypted or not - meaning it has a certificate attached or not. I dont even need to know the details of the cert or the validity - just if an email is encrypted or not. Is there a way to get to achieve this through the Outlook Object Model or is there any other API i need to know of |
#3
|
|||
|
|||
![]()
Ken
Very sorry for the late reply. But the problem is that i need to capture(inspect) this info when the "Sent Button" of the email is clicked and not when i get an encrypted email. Sorry for the not clarifying this earlier in my original message.... the above suggestion doesnt hold true then right? Thanks |
#4
|
|||
|
|||
![]()
I don't think it does but I almost never play with signed emails. As I
recall they are signed after sending and after you receive any events. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "PShah" wrote in message oups.com... Ken Very sorry for the late reply. But the problem is that i need to capture(inspect) this info when the "Sent Button" of the email is clicked and not when i get an encrypted email. Sorry for the not clarifying this earlier in my original message.... the above suggestion doesnt hold true then right? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to verify Email Adress ? | [email protected] | Outlook - General Queries | 3 | March 13th 07 11:49 AM |
Verify Email Addresses | ACase | Outlook and VBA | 1 | August 11th 06 07:03 PM |
set up pop email account keeps saying verify email | help | Outlook - General Queries | 2 | July 17th 06 02:24 AM |
verify that an email was read without using a receipt | RCNellis | Outlook - General Queries | 1 | May 12th 06 05:02 PM |
When attachment is really attached to email? | Jack | Outlook Express | 6 | March 20th 06 09:25 PM |