Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What Happened to Outlook.Application? 1

Status
Not open for further replies.

jt643

Technical User
Jun 17, 2003
144
I have been trying to resolve an issue I posted in thread705-1130455.

One of the suggestions was to export all of my objects to a new database. As I compiled the code within the 'new' project, the compiler keeps giving me errors on code that has been working fine for over a year:

Dim objOutlook As Outlook.Appliation
Dim objEmail As Outlook.MailItem

It will not recognize 'Outlook.' anything. Has anything changed with Microsoft?

My problem, is that I can not get past it to compile the rest of the project, and I am not able to remove that function from my database as it is essential.

Thanks in advance.
 
Hi
Have you checked your references? You need a reference to the Outlook library.
 
Remou thanks for the solution!

I find it interesting that it has been working, but now the reference is unchecked. I have made the correction.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top