:ResetMessage()
Class
Syntax
:ResetMessage( [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 :ResetMessage() method clears the header and body of the specified message, and deletes all message parts.
See Also