![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
My COM addin is accessed via a toolbar button, and it works with
Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
Ads |
#2
|
|||
|
|||
![]()
Do you add a button to an explorer or an inspector toolbar?
Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#3
|
|||
|
|||
![]()
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. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#4
|
|||
|
|||
![]()
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. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#5
|
|||
|
|||
![]()
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. "Dmitry Streblechenko" wrote: Do you add a button to an explorer or an inspector toolbar? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#6
|
|||
|
|||
![]()
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 "Roy" wrote in message ... 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. "Dmitry Streblechenko" wrote: Do you add a button to an explorer or an inspector toolbar? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#7
|
|||
|
|||
![]()
After looking at the code and debugging with OL2003, it appears that we are
adding a button to both explorer and inspector toolbars. "Dmitry Streblechenko" wrote: Do you add a button to an explorer or an inspector toolbar? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#8
|
|||
|
|||
![]()
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. "Ken Slovak - [MVP - Outlook]" wrote: 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. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#9
|
|||
|
|||
![]()
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. "Dmitry Streblechenko" wrote: 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 "Roy" wrote in message ... 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. "Dmitry Streblechenko" wrote: Do you add a button to an explorer or an inspector toolbar? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
#10
|
|||
|
|||
![]()
Do you think we might be running up against a backwards compatibility issue?
Were building the com add-in against MSOUTL.OLB. "Dmitry Streblechenko" wrote: 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 "Roy" wrote in message ... 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. "Dmitry Streblechenko" wrote: Do you add a button to an explorer or an inspector toolbar? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Roy" wrote in message oups.com... My COM addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/micro...a2e33605e7bac3 |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help with AddIn | nickdu | Add-ins for Outlook | 3 | September 28th 06 03:35 PM |
how copy user fields 1 - 4 on the allfields tab to gen tab notes | Happy | Outlook - Using Contacts | 1 | July 12th 06 03:07 PM |
Show activities tab instead of general tab in reading window? | Kristan | Outlook - Using Contacts | 1 | June 29th 06 07:05 PM |
how to program an addin? | Pit | Add-ins for Outlook | 2 | March 31st 06 04:33 AM |
Using Tab Control in Addin | Sanjay Singh | Add-ins for Outlook | 2 | March 9th 06 04:19 AM |