:DeleteMessage()


Class

     aprMIME()

 

Syntax

     :DeleteMessage( [hMessage] ) -> lSuccess

 

Parameters

 

hMessage

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

 

Return

Logical indicating Success.

Returns .T. if the operation succeeds, otherwise returns .F.

 

Description

The :DeleteMessage() method deletes the specified message and releases the memory allocated for the header and body.

 

See Also

:AttachFile(), :CreateMessage(), :CreateMessagePart(), :GetMessagePart(), :GetMessagePartCount(), :SetMessagePart(), :DeleteMessagePart()