Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins
Thread: Outlook 2007 with Outlook 2000 addins

Geek News

Outlook 2007 with Outlook 2000 addins
"Dave" <KingOfTheBeach[ at ]community.nospam> 5/31/2006 9:07:36 PM
Anyone know whether an addin written with the outlook 2000 object model is
still going to work on Outlook 2007 ?

Dave


Re: Outlook 2007 with Outlook 2000 addins
"mwernerps2 via OfficeKB.com" <u10791[ at ]uwe> 5/31/2006 11:27:38 PM
My add-in was developed using the 2000 model and has been fully tested with
no changes required under Outlook 2007 Beta 2. www.intelligentconcepts.com

Dave wrote:
[Quoted Text]
>Anyone know whether an addin written with the outlook 2000 object model is
>still going to work on Outlook 2007 ?
>
>Dave

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/outlook-prog-addins/200605/1
Re: Outlook 2007 with Outlook 2000 addins
"Dave" <KingOfTheBeach[ at ]community.nospam> 6/1/2006 1:46:35 PM
I guess I'm going to have to setup a test PC and try it out.

Thanks

"mwernerps2 via OfficeKB.com" <u10791[ at ]uwe> wrote in message
news:61184009dbd7a[ at ]uwe...
[Quoted Text]
> My add-in was developed using the 2000 model and has been fully tested
with
> no changes required under Outlook 2007 Beta 2. www.intelligentconcepts.com
>
> Dave wrote:
> >Anyone know whether an addin written with the outlook 2000 object model
is
> >still going to work on Outlook 2007 ?
> >
> >Dave
>
> --
> Message posted via OfficeKB.com
> http://www.officekb.com/Uwe/Forums.aspx/outlook-prog-addins/200605/1


Re: Outlook 2007 with Outlook 2000 addins
"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> 6/1/2006 1:53:30 PM
If you follow best practices and don't have any Inspector buttons no changes
are required. Inspectors now use the Ribbon so if you have Inspector buttons
or menus or toolbars they will be relegated to the AddIns tab. If you want
them in your own tab you would need to Implement the ribbon and add your own
tab and buttons there.

All of my addin are compiled under Outlook 2000 and work under Outlook 2007.

--
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


"Dave" <KingOfTheBeach[ at ]community.nospam> wrote in message
news:ObkDtGYhGHA.764[ at ]TK2MSFTNGP03.phx.gbl...
[Quoted Text]
>I guess I'm going to have to setup a test PC and try it out.
>
> Thanks
>
> "mwernerps2 via OfficeKB.com" <u10791[ at ]uwe> wrote in message
> news:61184009dbd7a[ at ]uwe...
>> My add-in was developed using the 2000 model and has been fully tested
> with
>> no changes required under Outlook 2007 Beta 2.
>> www.intelligentconcepts.com
>>
>> Dave wrote:
>> >Anyone know whether an addin written with the outlook 2000 object model
> is
>> >still going to work on Outlook 2007 ?
>> >
>> >Dave
>>
>> --
>> Message posted via OfficeKB.com
>> http://www.officekb.com/Uwe/Forums.aspx/outlook-prog-addins/200605/1
>
>

Re: Outlook 2007 with Outlook 2000 addins
"Dave" <KingOfTheBeach[ at ]community.nospam> 6/1/2006 2:17:12 PM
My addin has a toolbar with buttons, don't think it has any inspector
buttons.


"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> wrote in message
news:%23JzbNLYhGHA.4388[ at ]TK2MSFTNGP05.phx.gbl...
[Quoted Text]
> If you follow best practices and don't have any Inspector buttons no
changes
> are required. Inspectors now use the Ribbon so if you have Inspector
buttons
> or menus or toolbars they will be relegated to the AddIns tab. If you want
> them in your own tab you would need to Implement the ribbon and add your
own
> tab and buttons there.
>
> All of my addin are compiled under Outlook 2000 and work under Outlook
2007.
>
> --
> 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
>
>
> "Dave" <KingOfTheBeach[ at ]community.nospam> wrote in message
> news:ObkDtGYhGHA.764[ at ]TK2MSFTNGP03.phx.gbl...
> >I guess I'm going to have to setup a test PC and try it out.
> >
> > Thanks
> >
> > "mwernerps2 via OfficeKB.com" <u10791[ at ]uwe> wrote in message
> > news:61184009dbd7a[ at ]uwe...
> >> My add-in was developed using the 2000 model and has been fully tested
> > with
> >> no changes required under Outlook 2007 Beta 2.
> >> www.intelligentconcepts.com
> >>
> >> Dave wrote:
> >> >Anyone know whether an addin written with the outlook 2000 object
model
> > is
> >> >still going to work on Outlook 2007 ?
> >> >
> >> >Dave
> >>
> >> --
> >> Message posted via OfficeKB.com
> >> http://www.officekb.com/Uwe/Forums.aspx/outlook-prog-addins/200605/1
> >
> >
>


Re: Outlook 2007 with Outlook 2000 addins
"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> 6/2/2006 2:23:10 PM
Well, you would be the one who knows :)

If it's in a folder viewer it's an Explorer, if an open item viewer it's an
Inspector.

--
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


"Dave" <KingOfTheBeach[ at ]community.nospam> wrote in message
news:%23VuC0XYhGHA.1264[ at ]TK2MSFTNGP05.phx.gbl...
[Quoted Text]
> My addin has a toolbar with buttons, don't think it has any inspector
> buttons.

Re: Outlook 2007 with Outlook 2000 addins
"Dave" <KingOfTheBeach[ at ]community.nospam> 6/2/2006 3:06:28 PM
it's a folder viewer so its an explorer


"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> wrote in message
news:OMSTbClhGHA.1204[ at ]TK2MSFTNGP02.phx.gbl...
[Quoted Text]
> Well, you would be the one who knows :)
>
> If it's in a folder viewer it's an Explorer, if an open item viewer it's
an
> Inspector.
>
> --
> 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
>
>
> "Dave" <KingOfTheBeach[ at ]community.nospam> wrote in message
> news:%23VuC0XYhGHA.1264[ at ]TK2MSFTNGP05.phx.gbl...
> > My addin has a toolbar with buttons, don't think it has any inspector
> > buttons.
>


Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net