I would like to use openpop with a VB .Net project and I think the simplest method would be to use a DLL but can anyone tell me where I can get the Dll from please?
Asked
Active
Viewed 507 times
1 Answers
1
You can NuGet it from https://www.nuget.org/packages/OpenPop.NET/
At your Package Manager Console (Visual Studio), type:
Install-Package OpenPop.NET

jlee88my
- 2,935
- 21
- 28
-
Many thank that look to work well thank you for your answer – JSM Jan 18 '16 at 16:10