Click or drag to resize

CPop Constructor

X#
Construct a CPop object.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cServer,
	cUserName,
	cPassword,
	nPort,
	oEMailStorage
) CLIPPER
Request Example View Source

Parameters

cServer (Optional)
Type: Usual
String containing the host name of a valid POP server. Alternately, the string can contain the IP number of the POP server in ASCII dotted-decimal format (for example, 11.22.3.45).
cUserName (Optional)
Type: Usual
The user ID.
cPassword (Optional)
Type: Usual
The user's password.
nPort (Optional)
Type: Usual
** missing parameter documentation **
oEMailStorage (Optional)
Type: Usual
** missing parameter documentation **
See Also