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