D
Darshan
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
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