![]() |
| 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. |
|
|||||||
| Tags: 2003, advise, interop, outlook, primary |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Ads |
|
#2
|
|||
|
|||
|
On Feb 5, 10:19 am, "John" 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] |
|
#3
|
|||
|
|||
|
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 "rowe_newsgroups" wrote in message ... On Feb 5, 10:19 am, "John" 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] |
|
#4
|
|||
|
|||
|
On Feb 5, 2:27 pm, "John" wrote:
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 "rowe_newsgroups" wrote in message ... On Feb 5, 10:19 am, "John" 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] Couldn't tell you. I don't use the PIA for the limited Office interop I do, I reference the object library directly. Perhaps you should just try it and find out? Thanks, Seth Rowe [MVP] |
|
#5
|
|||
|
|||
|
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 "John" wrote in message ... 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 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Interop Assemblies for Outlook 2000 | John | Outlook - General Queries | 1 | February 4th 08 07:09 PM |
| How to get Microsoft.Office.Interop.Outlook.TaskItem from the IUnknown (C#) | Godandag | Add-ins for Outlook | 5 | April 5th 07 09:39 AM |
| Msdn help for Microsoft.Office.Interop.Outlook members | DavidE | Add-ins for Outlook | 0 | August 9th 06 07:45 AM |
| Outlook Interop: Attachments.Add throws Exception | Ferdinand Zaubzer | Outlook and VBA | 1 | June 19th 06 03:10 PM |
| Problem installing outlook interop. PRO11.MSI not recognized | Jason | Outlook - Using Forms | 0 | January 11th 06 06:02 PM |