I am developing a small project where I need to be able to retrieve emails from an Outlook mailbox in order to process the emails received.
I took an old program made in VB.net to rewrite it in C #. With the project in Vb.net I have no errors
However I have this error: System.IO.FileNotFoundException : 'Could not load file or assembly 'office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'. The specified file can not be found.'
with the C# project.
My references :
When I compare the Microsoft.Office.Interop.outlook library to the project in Vb.net installed is exactly the same (same version, etc.).
So if you have an idea to solve this problem I am interested :D