:EndMessage()


Class

     aprSMTP()

 

Syntax

     :EndMessage( [hSession] ) -> lSuccess

 

Parameters

 

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 :EndMessage() method ends the composition of the current message. The server then queues the message for delivery to each recipient specified by the client.

 

See Also

:BeginMessage(), :Hello()