I would like to be able to add a button into the outlook ribbon, the idea is that when you access your calendar it would show in the “Home” ribbon. How would I go about doing this, ideas or links?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The main trick in adding to an existing ribbon is that you have to create your own (new) ribbon but set the
ControlIdproperty (ribbon designer properties) or theidMso(ribbon xml) toTabHome. The ribbongroups on your ribbon will then be added to the existing Home ribbon.A complete list of all other ribbon names can be found here