File or assembly name Interop.Outlook, or one of its dependencies, was not found

  • Thread starter John Bolanis via .NET 247
  • Start date
J

John Bolanis via .NET 247

Hi to everyone

I have a .NET application and i am trying to send emails using Outlook Object Model.
When i do so, i get the following error :
"File or assembly name Interop.Outlook, or one of its dependencies, was not found"
I have add "Interop.Outlook 11" reference in my project but i still get the error.
Any help??

The reason i use Outlook Object Model and not System.Web.Mail.MailMessage or CDO.Message
is that i want to keep my message in "Sent Items" Folder
of Microsoft.Outlook. Is there an other way to do it???

Thanks
 
K

ksskumar2000

Hi John,

are you donwload and installed the latest PIA ??? if not donwload it
from the microsoft and installed it and try again.
 

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

Top