Connects to the POP3 server.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Function Connect ( _
	serverName As String _
) As String
C#
public string Connect(
	string serverName
)

Parameters

serverName
Type: System..::..String
The server address - either a hostname or a dotted string address.

Return Value

The welcome message returned by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also