0

i have searched thoroughly for an answer but i have not found one. I was able to download the project files for the c# project but i will like to use the MailKit library for receiving mails in Windev so the need for the dll for an easier integration. Can someone please send me a link for the download. I will be very grateful.

jason
  • 1
  • 1
  • 3

1 Answers1

3

You should just use NuGet packages in your project: https://www.nuget.org/packages/MailKit/1.2.20

The package includes the dlls you are looking for.

It also makes it easier to update the dlls.

jstedfast
  • 35,744
  • 5
  • 97
  • 110
  • Thanks for replying. I had downloaded the packages from the site but i couldnt find the dlls. In what folder are they placed if i may ask. – jason Mar 09 '16 at 19:52
  • You're not supposed to manually extract the dll's, Visual Studio does it for you if you use NuGets the way they were intended to be used. – jstedfast Mar 09 '16 at 20:28