CMailAbstract.SendRemote Method | |
Send any data to a remote host.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SendRemote(
cData
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SendRemote(
Usual cData = default
)
Request Example
View SourceParameters
- cData (Optional)
- Type: Usual
Data to be sent to the remote host.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method sends data via a socket to the remote host.
See Also