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,
	int port,
	bool useSsl,
	string username,
	string password
)
Visual Basic
Public Sub New ( _
	hostname As String, _
	port As Integer, _
	useSsl As Boolean, _
	username As String, _
	password As String _
)
Visual C++
public:
Pop3Client(
	String^ hostname, 
	int port, 
	bool useSsl, 
	String^ username, 
	String^ password
)

Parameters

hostname
Type: System..::..String
port
Type: System..::..Int32
useSsl
Type: System..::..Boolean
username
Type: System..::..String
password
Type: System..::..String

See Also