What's the appointment ribbon called?

S

sgrosch1

I've created an Outlook 2010 add-in that includes an Outlook For
Region. I only want my region usable if the BusyStatus is set to Out o
Office, so my thought was to get a pointer to the ribbon and then ad
some type of OnChange to the "Show As" drop-down that enabled/disable
my form.

I see the Globals.Ribbons element, but can't figure out how to get a
the AppointmentItem's ribbon from inside of the FormRegionShowing(
event
 
K

Ken Slovak - [MVP - Outlook]

Normally what you'd do is to call Ribbon.InvalidateControl(controlID) to
force specific callbacks for various types of controls, or
Ribbon.Invalidate() to force that for all your user created ribbon controls.
 

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