CMailAbstract Class |
Namespace: VO
The CMailAbstract type exposes the following members.
Name | Description | |
---|---|---|
CMailAbstract |
Construct a CMailAbstract object.
|
Name | Description | |
---|---|---|
DomainName | **Missing documentation ** | |
Error |
Numeric value representing the last occurring error code.
| |
ErrorMsg |
A string representing the error description.
| |
PassWord |
A string representing the password to be used.
| |
RemoteHost |
String representing the address of the mail server.
| |
RemotePort |
Numeric value representing the port number.
| |
ReplyCode |
Numeric value representing the server's reply code.
| |
ReplyString |
String representing the server's reply.
| |
Timeout |
Numeric value representing the time-out in milliseconds.
| |
TimeoutRetries | **Missing documentation ** | |
UserName |
A string containing the user name to be used.
|
Name | Description | |
---|---|---|
Close |
De-initialize all internal values of an Internet session.
| |
Destroy | **Missing documentation ** | |
InternetStatus | **Missing documentation ** | |
Open |
Initialize all internal startup values for an Internet session.
| |
RecvRemote |
Receive data from a remote host.
| |
SendData |
Send data to a remote host.
| |
SendRaw | **Missing documentation ** | |
SendRemote |
Send any data to a remote host.
|