:AppendMessageText()


Class

     aprMIME()

 

Syntax

     :AppendMessageText( cText, [hMessage] ) -> nBytes

 

Parameters

 

 

cText

Text to append to current message part.

 

hMessage

Optional. Handle of the message to act on. Provided during :CreateMessage() operation

 

Return

Number of bytes added to current message part.

If nBytes = 0, an error occurred. Examine :nErr and :cErr for more information.

 

Description

The :AppendMessageText() method appends the specified text to the body of the current message part.

  

See Also

:ClearMessageText(), :CompareMessageText(), :GetMessageText(), :SetMessageText()