Outlook send event capture from Customized Ribbon 2005 C#

  • Thread starter Thread starter Haja
  • Start date Start date
H

Haja

Hi all,

I am uaing Customized Ribbon 2005 C# and Outlook 2007 COM Add-in. My code is
working fine. Further in my development I would need to capture the Outlook's
send button's click event in New mail window.

I am trying to show a message to users before the mail send, also I am
trying to show a form, where users need to fill-up details.

Could anyone please help me out

Thanks a lot in advance

Haja
 
Trap the Send() event for the item. You can do whatever you want in that
event handler, including cancelling the send if you want.
 
Hi Ken Slovak,

Thanks for your reply. I have captured that outlook send event, where I am
trying to add a Bcc to that mail, but got error name called "The operation
Failed."

Any ideas

Thanks
Haja
 
Back
Top