Initializes a new instance of the Pop3Client class

Namespace: Cartella.Pop3.Mail
Assembly: Pop3Client (in Pop3Client.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Pop3Client(
	string hostname,
	string username,
	string password
)
Visual Basic
Public Sub New ( _
	hostname As String, _
	username As String, _
	password As String _
)
Visual C++
public:
Pop3Client(
	String^ hostname, 
	String^ username, 
	String^ password
)

Parameters

hostname
Type: System..::..String
username
Type: System..::..String
password
Type: System..::..String

See Also