Skip to content

Documentation ARexxAPI WRITEREPLYTO

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

WRITEREPLYTO

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 'jdoe@example.net'
 }}}

BUGS::

SEE ALSO:: MAILWRITE

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally