"Send copy" button in Word

Add-in Express™ Support Service
That's what is more important than anything else

"Send copy" button in Word
 
N.Meyer




Posts: 26
Joined: 2012-11-07
Hello,

I want to react to the "Send copy" button in Word if the WordDocument has a MailEnvelope.Item.

I inserted the adxOutlookAppEvents component in the hope that the ItemSend event would execute. Unfortunately, this is not the case.
Besides that, I couldn?t find idMsos in WordControls.xlsx (Office2010ControlIDs).

Is the only solution for the problem to use the TMailItemSend event?

Can you help me?

Thanks in advance
Nedeljka Meyer
Posted 15 Apr, 2019 03:22:54 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Nedeljka,

If you need to intercept *clicking* that button, you should do this in a Word add-in, not in an Outlook add-in.

If you need to handle the consequences of clicking that button you may be unable to do this in Outlook as the ItemSend event may not be raised in this case.

N.Meyer writes:
Besides that, I couldn?t find idMsos in WordControls.xlsx (Office2010ControlIDs).


At https://www.add-in-express.com/creating-addins-blog/2013/06/21/customizing-builtin-office-ribbon-groups/, pay attention to getting Ribbon Ids using the Customize Ribbon dialog. Also check Ribbon Ids for Office 2013 (see the same page).


Andrei Smolin
Add-in Express Team Leader
Posted 15 Apr, 2019 04:56:16 Top