:AppendMessage()


Class

     aprSMTP()

 

Syntax

     :AppendMessage(cFileName, [hSession] ) -> lSuccess

 

Parameters

 

cFileName

File name that contains message

 

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 :AppendMessage() method appends the contents of a file to the current message.

  

See Also

:BeginMessage(), :SendMessage()