If you have Outlook 2007 you can't really install the Outlook 2003 PIA's,
certainly not in the GAC. You really should have an Outlook 2003 machine or
virtual machine to develop on if you want to support or test with Outlook
2003. If you have a non-MS PIA for Outlook 2003 then you can install that in
the installation folder instead of the GAC on Outlook 2007, but you'd need
to get hold of a non-MS Outlook 2003 PIA.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm [quoted text, click to view] "John" <John@nospam.infovis.co.uk> wrote in message
news:%23$VNq0CaIHA.1208@TK2MSFTNGP03.phx.gbl...
> Do I need to have OL2003 on my PC as I currently have 2007? I was hoping
> by downloading 2003 assemblies I would not have to have OL2003.
>
> Thanks
>
> Regards
Do I need to have OL2003 on my PC as I currently have 2007? I was hoping by
downloading 2003 assemblies I would not have to have OL2003.
Thanks
Regards
[quoted text, click to view] "rowe_newsgroups" <rowe_email@yahoo.com> wrote in message
news:80ea1996-a147-44b5-b477-680af0ff3eee@v67g2000hse.googlegroups.com...
> On Feb 5, 10:19 am, "John" <J...@nospam.infovis.co.uk> wrote:
>> Hi
>>
>> I need to develop for Outlook 2003 and upwards in my app.
>>
>> 1. If I develop for OL2003 would it be compatible (as far as email
>> sending)
>> with later OL versions?
>>
>> 2. I am familiar with OL programming in VB6/VBA but unfamiliar with how
>> to
>> use OL2003 Interop Assemblies. Is there a link that I can see to
>> implement
>> my first code using OL2003 Interop Assemblies for sending emails from
>> .net
>> via OL2003?
>>
>> Many Thanks
>>
>> Regards
>
> It's pretty much the same as what you would do VBA. You just need to
> add a COM reference to the Microsoft Outlook Object Library 11.0
> (IIRC) and then just do what you would normally do. You might want to
> add the necessary Import statements as well.
>
> Thanks,
>
> Seth Rowe [MVP]