CNNTP.connect Method | |
Establishes a connection to an Internet Mail Server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD connect(
cIP,
n
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual connect(
Usual cIP = default,
Usual n = default
)
Request Example
View SourceParameters
- cIP (Optional)
- Type: Usual
The optional string containing the local name of an Internet server. The default is the local host name. - n (Optional)
- Type: Usual
The optional port number to use at cIP. The default is IPPORT_SMTP (25).
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also