-
-
Notifications
You must be signed in to change notification settings - Fork 18
Documentation ARexxAPI WRITESEND
Jens Maus edited this page Feb 13, 2017
·
1 revision
NAME:: WriteSend -- Send a new, just composed message.
TEMPLATE::
FUNCTION:: Sends a new, just composed message.
INPUTS::
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 "Sorry, but I am sick today!"' WRITELETTER 'work:excuses.txt' WRITESEND }}}
BUGS::
SEE ALSO:: MAILWRITE, WRITEQUEUE