Click or drag to resize

CSmtp Constructor

X#
Construct a CSmtp object.

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

Parameters

oMail (Optional)
Type: Usual
A CEmail object. If omitted, a generic (empty) CEmail object is created.
cServer (Optional)
Type: Usual
Name of the remote host that the class should connect to
nPort (Optional)
Type: Usual
Email port of the remote host that the class should connect to. Defaults to 25
See Also