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