CSmtp Constructor | |
Construct a CSmtp object.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oMail,
cServer,
nPort
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public CSmtp(
Usual oMail = default,
Usual cServer = default,
Usual nPort = default
)
Request Example
View SourceParameters
- 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