Replace the Outlook 2010 Send-Button?

妖精的绣舞 提交于 2019-12-05 13:50:01

You'll need to hide the send button (see here: http://help.lockergnome.com/office/hide-disable-button-Outlook-2007--ftopict1010132.html) and then add your own button to the form. The add-in SDK should have all the functionality you need.

It could be that the ID is 2617.

3037 is the send command in the file menu.

I need this myself so I'll try it out and edit accordingly. Anyone who can help posting the code to use these ID's is very welcome.

(edit) inspector.CommandBars().FindControl(, 2617).Visible = False

It should work but it doesn't. If anyone could help out...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!