:Hello()
Class
Syntax
:Hello( [cDomain], [hSession] ) -> lSuccess
Parameters
|
|
cDomain |
String which specifies the local domain name for the client. If this value is not passed, the library will attempt to determine the local domain name from the system configuration. |
|
|
hSession |
Optional: If hSession is not passed, the value in :Session will be used |
Return
Logical indicating Success.
Returns .T. if the operation succeeds, otherwise returns .F.
To get more information about the error, see :nErr and :cErr.
Description
The :Hello() method identifies the client to the remote mail server.
This must be the first call after a connection has been established with the server.
See Also