-
-
Notifications
You must be signed in to change notification settings - Fork 18
Documentation ARexxAPI WRITECC
Jens Maus edited this page Feb 13, 2017
·
1 revision
NAME:: WriteCC -- Enter one or more names, addresses or aliases into the "Copies 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 "Copies 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 "Copies 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
/* Adds some CC recipients to a message */
'WRITECC "George Bush" "jdoe" "carol@example.com" ADD'
}}}
BUGS::
SEE ALSO:: MAILWRITE