Click or drag to resize

CMailAbstract Constructor

X#
Construct a CMailAbstract object.

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

Parameters

nPort (Optional)
Type: Usual
Port number at cHostNameOrIP. The default value is IPPORT_SMTP (25).
cServer (Optional)
Type: Usual
String containing the local name of an Internet server. Alternately, the string can contain the IP number of the site in ASCII dotted-decimal format (for example, 11.22.3.45). If NULL_STRING is specified, the local host name is assumed.
See Also