How to make toolbar appear for New Meeting Inspector only..?

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

How to make toolbar appear for New Meeting Inspector only..?
How to make toolbar appear for a New Meeting Inspector only..? 
d henderson




Posts: 39
Joined: 2006-03-06

With AddinIn-Express, I have created an app where I need to cause a ADXOlInspectorCommandBar button to appear on the Inspector Item toolbar ONLY when the user does a [New]->[Meeting Request] in Outlook 2003. I do not wish the button to appear whan a regular Appointment is being created.

I have been playing with at adxOutlookEvents_InspectorActivate(), and I have tried changing the ItemTypes property setting for my ADXOlInspectorCommandBar with no success.

Can you detail or give me a very simple example of how to make this happen?

Posted 11 Jul, 2006 12:56:47 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Don.

Let's assume that a new 'Meeting Request' item is an item which has the 'To' and 'Subject' fields are empty. In this case you can use the Visible property of the ADXOlInspectorCommandBar to show/hide the command bar in the InspectorActivate event handler.
Have you tried this approach yet?
Posted 11 Jul, 2006 13:27:48 Top