Connects to IMAP server on port 143. Use ConnectSSL(String) when SSL connection is needed.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public void Connect(
	string host
)
Visual Basic
Public Sub Connect ( _
	host As String _
)
Visual C++
public:
void Connect(
	String^ host
)

Parameters

host
Type: System..::..String
Target host name or IP address.

Exceptions

ExceptionCondition
Limilabs.Client..::..ServerException Error response, DNS resolving error, Connecting error.

See Also