-
-
Notifications
You must be signed in to change notification settings - Fork 18
Documentation ARexxAPI WRITEQUEUE
Jens Maus edited this page Feb 13, 2017
·
1 revision
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::