How to add a custom send button

Joined
Mar 15, 2010
Messages
1
Reaction score
0
I made an Outlook COM add-in. I add a custom send button. My customized send button and orginal send button both exist at the same time.

In this customized send button, I do some customized actions before sending out email, then I want to do the exactly same thing with orginal send button to send out email.

I tried FindControl("2617").Excute, but it failed.

How can I do the same thing with orginal send button, include spelling check, name check, etc?
 
Last edited:

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