View Single Post
  #1  
Old April 8th 08, 03:27 PM posted to microsoft.public.outlook.program_addins
Darshan
external usenet poster
 
Posts: 3
Default Is there a 'Post send' event for an email

Hi,

I am writing an Outlook Add-in (in Visual C++) through which I need to
identify all outgoing emails that are digitally signed (S/MIME).
Using the 'ItemSend' event does not help since it triggers my event handler
before digitally signing the email. The value of the PR_MESSAGE_CLASS in my
event handler is simply "IPM" but after the email is sent the value shows
"IPM.Note.SMIME.MultipartSigned".

Is there a way to trigger my event handler after all other operations on the
email have been completed? And also, I want to be able to cancle the sending
of the email through my event handler, similar to what ItemSend provides.

Thanks,
Darshan


Ads