addin tab

K

Ken Slovak - [MVP - Outlook]

Tools, Trust Center, select COM addins in the drop-down at the bottom of
that page and click Go. That opens the COM addins dialog.
 
K

Ken Slovak - [MVP - Outlook]

Or do you mean the Addins tab in Inspectors? Explorer toolbars are the same
as before, Inspector toolbars are under the Addins tab but you have to open
an item to see an Inspector and that tab.
 
G

Guest

I have to admit. I'm not sure. With OL2003, I see the toolbar button when
I'm viewing my Inbox, and I see the toolbar button on an open item.
 
D

Dmitry Streblechenko

Ok, so it is both an explorer and an inspector. You aare supposed to see
your button on the Addins taab when you open an item (in an inspector).
When you step through your code, do you get any errors at all?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
G

Guest

After looking at the code and debugging with OL2003, it appears that we are
adding a button to both explorer and inspector toolbars.
 
G

Guest

I've discovered managing add-ins with the Trust Center, but that's now what
I'm talking about. I'm referring to the explorer and inspectors. I don't
see the addins tab when I open any item, mail, calendar, contact, task,
etc...none of the ribbons display an addin tab.
 
G

Guest

I'm not seeing any errors in our logs. I'm not seeing any exceptions in the
debugger output window. When I open an item, the new inspector event doesn't
appear to be firing...looks like something in the code might be failing
upstream. I'll backtrack and see if I can find a point of failure.
 
G

Guest

Do you think we might be running up against a backwards compatibility issue?
Were building the com add-in against MSOUTL.OLB.
 
D

Dmitry Streblechenko

I am not aware of any compatibilty issues when it comes to the
Inspectors.NewInspector event.
How and when do you add buttons to the explorer?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
G

Guest

I found the problem...the add-in is disallowing itself to load if the Outlook
version is > 11. Once I tweaked that (and added an error message for the
next person who comes along and has to maintain the code) the button appears
in the explorer window and in the add-in tab of inspector windows, just like
you read about in Ken's post. Thanks for the help guys.
 

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