0

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?

JSM
  • 211
  • 1
  • 8

1 Answers1

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