DELETE

LANSA Integrator

DELETE

The DELETE flags the current message to be deleted from the mail server when the folder is closed. Most email clients retrieve their messages from the mail server, store the messages locally then delete them from the server.

The DELETE command works in combination with the CLOSE command.

 

 DELETE --------- no keywords ---------------------------------|

 

Keywords

There are no keywords associated with this command.

Examples

RDML

 

USE BUILTIN(JSM_COMMAND) WITH_ARGS(DELETE) TO_GET(#JSMSTS #JSMMSG)

 

RDMLX

 

use builtin(jsmx_command) with_args(#jsmxhdle1 delete) to_get(#jsmxsts #jsmxmsg)