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.
1 Answers
3
votes
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.