Click or drag to resize

CNNTP.connect Method

X#
Establishes a connection to an Internet Mail Server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD connect(
	cIP,
	n
) AS USUAL CLIPPER
Request Example View Source

Parameters

cIP (Optional)
Type: Usual
The optional string containing the local name of an Internet server. The default is the local host name.
n (Optional)
Type: Usual
The optional port number to use at cIP. The default is IPPORT_SMTP (25).

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also