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?
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: