Start working with 4AspNet POP3 .NET Component:
Install 4AspNet POP3 .NET Component.
Please add reference to 4AspNet.POP3.dll to your project:
In Solution Explorer, select the project.
On the Project menu, click Add Reference
(For Visual Studio 2008/2010 right mouse click on your project and click Add Reference).
The Add Reference dialog box opens.
Locate 4AspNet.POP3.dll using the Browse tab (button)
By default 4AspNet POP3 .NET Component installed in C:\Program Files\4AspNet\POP3 folder.
Add namespace (C#: using ForAspNet.POP3;) (VB.NET: Imports ForAspNet.POP3)
Add into your code: ForAspNet.POP3.License.LicenseKey = "put license key here"
|