Connects to the IMAP server.

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

Syntax

Visual Basic
Public Function Connect ( _
	serverName As String, _
	serverPort As Integer _
) As String
C#
public string Connect(
	string serverName,
	int serverPort
)

Parameters

serverName
Type: System..::..String
The server address - either a hostname or a dotted string address.
serverPort
Type: System..::..Int32
The server port (e.g. 143).

Return Value

The welcome message returned by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also