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

  • Thread starter Thread starter John Bolanis via .NET 247
  • Start date 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
 
Hi John,

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