-
-
Notifications
You must be signed in to change notification settings - Fork 18
Documentation ARexxAPI WRITEREPLYTO
Jens Maus edited this page Feb 13, 2017
·
1 revision
NAME:: WriteReplyTo -- Enter a name, address or alias into the "Reply to" field of the Write window. (V2.0)
TEMPLATE:: ADDRESS/A
FUNCTION:: Enters a name, address or alias into the "Reply to" field of the Write window
INPUTS:: ADDRESS/A - name, address or alias
RETURNS:: RC is set to 10 if no Write window was previously specified as "active" with MAILWRITE or if an attempt is made to enter more than one sender.
NOTES::
EXAMPLE:: {{{#!arexx /* Set the active Write window */ MAILWRITE WINDOW 0
/* Set Reply-To */
WRITEREPLYTO '[email protected]'
}}}
BUGS::
SEE ALSO:: MAILWRITE