ADDRNSND |
Address a message, add the sender and any special
instructions, and send it.
The message stub must have already been created, using, for instance,
CRE8XMZ^XMXAPI (see elsewhere in this DBIA), and the text must already have
been added to the message, using, for instance, TEXT^XMXEDIT (DBIA 2730).
Usage: D ADDRNSND^XMXAPI(XMDUZ,XMZ,.XMTO,.XMINSTR) or
D ADDRNSND^XMXAPI(XMDUZ,XMZ,XMTO,.XMINSTR)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user who is sending the message. See the General
Description for more information.
|
XMZ |
Input |
Message IEN in the message file.
|
XMTO |
Input |
Addressee or array of addressees to whom to send the
message. See the General Description for more information.
|
XMINSTR |
Used |
(optional) Array of special instructions for the
message. Any or all of the following array items may be defined. See the
General Description for more information on them.
XMINSTR("ADDR FLAGS") Addressing instructions (I and/or R are appropriate,
but X is not)
XMINSTR("FLAGS") Special handling instructions
XMINSTR("FROM") Make this the sender, instead of XMDUZ
XMINSTR("LATER") Send later
XMINSTR("RCPT BSKT") Delivery basket
XMINSTR("SCR HINT") Scramble hint
XMINSTR("SCR KEY") Scramble key
XMINSTR("SELF BSKT") Sender delivery basket
XMINSTR("SHARE BSKT") SHARED,MAIL delivery basket
XMINSTR("SHARE DATE") SHARED,MAIL delete date
XMINSTR("TYPE") Message type
XMINSTR("VAPOR") Message delete date
|
|
ANSRMSG |
Answer a message.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user who is answering the message. See the
General Description for more information.
|
|
CRE8XMZ |
Create a message stub.
|
|
DELMSG |
Delete one or more messages from a user's mailbox.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user whose messages are to be deleted. See the
General Description for more information.
|
|
FLTRMSG |
Filter one or more messages to a user's mailbox.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user whose messages are to be filtered. See the
General Description for more information.
|
|
FWDMSG |
Forward message(s).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user whose messages are to be forwarded. See the
General Description for more information.
|
|
LATERMSG |
Later message(s).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user whose messages are to be latered. See the
General Description for more information.
|
|
MOVEMSG |
Move (save) message(s) to a basket.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user whose messages are to be moved (saved).
|
|
PRTMSG |
Print message(s).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user whose messages are to be printed. See the
General Description for more information.
|
|
PUTSERV |
Put one message into a server basket.
|
|
REPLYMSG |
Reply to a message.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user who is replying to a message. See the
General Description for more information.
|
|
SENDBULL |
Send a bulletin message.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user who is sending the bulletin. See the
General Description for more information.
|
|
SENDMSG |
Send a message.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user who is sending the message. See the General
Description for more information.
|
|
TASKBULL |
Task the sending of a bulletin for later.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user who is tasking the bulletin. See the
General Description for more information.
|
|
TERMMSG |
Terminate message(s).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMDUZ |
Input |
The user whose messages are being terminated. See
the General Description for more information.
|
|
TOWHOM |
Check one addressee while addressing a message.
|
|
VSUBJ |
Check a subject to make sure it's valid.
|
|
ZAPSERV |
Delete one message from a server basket.
|
|
NTOGLMSG |
Toggle message(s) new or not new.
|
|
VAPORMSG |
Set (schedule) Vaporize date/time for message(s) in
one's basket(s) to be automatically deleted.
|
|