A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , , ,

Outlook 2003 primary interop advise





 
 
Thread Tools Display Modes
  #1  
Old February 5th 08, 03:19 PM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook
John
external usenet poster
 
Posts: 135
Default Outlook 2003 primary interop advise

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  
Old February 5th 08, 06:32 PM posted to microsoft.public.dotnet.framework.interop, microsoft.public.dotnet.languages.vb,microsoft.public.outlook
rowe_newsgroups
external usenet poster
 
Posts: 2
Default Outlook 2003 primary interop advise

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  
Old February 5th 08, 07:27 PM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook
John
external usenet poster
 
Posts: 135
Default Outlook 2003 primary interop advise

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  
Old February 5th 08, 08:37 PM posted to microsoft.public.dotnet.framework.interop, microsoft.public.dotnet.languages.vb,microsoft.public.outlook
rowe_newsgroups
external usenet poster
 
Posts: 2
Default Outlook 2003 primary interop advise

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  
Old February 5th 08, 09:18 PM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 3,411
Default Outlook 2003 primary interop advise

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT +1. The time now is 09:12 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Electricity - Mortgages - Mobile Phone - Free Advertising - Loans