Skip to content

Documentation ARexxAPI WRITETO

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

WRITETO

NAME:: WriteTo -- Enter one or more names, addresses or aliases into the "To" field of the Write window. (V2.0)

TEMPLATE:: ADDRESS/A/M,ADD/S

FUNCTION:: Enters one or more names, addresses or aliases into the "To" field of the Write window. YAM will resolve names and aliases looking in the address book.

INPUTS:: ADDRESS/A/M - list of names/addresses/aliases\ ADD/S - prevent the new data from replacing the old data already present in the "To" field\

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

NOTES::

EXAMPLE:: {{{#!arexx /* Set the active Write window */ MAILWRITE WINDOW 0

 /* Set the primary recipients of a message */
 'WRITETO "George Bush" "jdoe" "carol@example.com"'
 }}}

BUGS::

SEE ALSO:: MAILWRITE

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally