4AspNet POP3 .NET Component

POP3 Constructor (String, String, String)

Creates new POP3 object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal server As String, _
   ByVal username As String, _
   ByVal password As String _
)
[C#]
public POP3(
   string server,
   string username,
   string password
);

Parameters

server
POP3 Server name.
username
Username.
password
Password.

See Also

POP3 Class | ForAspNet.POP3 Namespace | POP3 Constructor Overload List