Outlook Object Library no longer exists as reference in VB.NET??

  • Thread starter Thread starter John Davis
  • Start date Start date
J

John Davis

In VB.NET, sounds like we no longer can use Microsoft Outlook Object Library
(MSOUTL.OLB)?? But Microsoft Excel and Word object library still exist.

In VB6, we can just add outlook library reference, and we can send mail
messages in VB6 application.

In VB.NET, we should use System.Web.Mail. But little bit confused why
outlook object library no longer available.

Please advice.
John
 
Hi John,

|| .. little bit confused why outlook object library no longer
available.

Me too. I've got Office 2000 and I'm happily referencing
MsOutl9.olb (albeit via an Interop wrapper that VS created for me).

Does it depend on what version of Office you have installed,
perhaps ?

Regards,
Fergus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top