Outlook send event capture from Customized Ribbon 2005 C#

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
 
K

Ken Slovak - [MVP - Outlook]

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

Haja

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top