Skip to content

Documentation ARexxAPI WRITEQUEUE

Jens Maus edited this page Feb 13, 2017 · 1 revision

WRITEQUEUE

NAME:: WriteQueue -- Put a new message into the Outgoing queue.

TEMPLATE:: HOLD/S

FUNCTION:: Puts a new, just composed message into the Outgoing queue.

INPUTS:: HOLD/S - mark the message as "Hold" to avoid sending it by mistake (V2.0)

RETURNS:: RC is set to 10 if no Write window was previously specified as "active" with MAILWRITE.

NOTES::

EXAMPLE:: {{{#!arexx /* New mail */ MAILWRITE WRITETO 'boss@example.com' 'WRITESUBJECT "I do not think I can go to work today"' WRITELETTER 'work:excuses.txt' WRITEQUEUE }}}

BUGS::

SEE ALSO:: MAILWRITE, WRITESEND

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally