Print Page as PDF
INTERACTIVE ANSWER OR SEND A MESSAGE API ICR (1233)

INTERACTIVE ANSWER OR SEND A MESSAGE API    ICR (1233)

Name Value
NUMBER 1233
IA # 1233
DATE CREATED 1995/05/24
CUSTODIAL PACKAGE MAILMAN
CUSTODIAL ISC San Francisco
USAGE Supported
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE XMA11A
NAME INTERACTIVE ANSWER OR SEND A MESSAGE API
GENERAL DESCRIPTION
This API lets the user answer a message or send a
message.

When you send an answer to a message, the original message is copied into the
answer, the user edits the answer, the user's network signature is appended to
the end of the answer, and the whole thing is automatically addressed to the
sender of the original message.
STATUS Active
ID XMA11A
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
WRITE
Interactive answer a message or send a message.

Usage:

To answer a message:
S XMDUZ=User's DUZ
S X="A"
S XMZ=IEN of message being answered
D WRITE^XMA11A

To send a message:
S XMDUZ=User's DUZ
D WRITE^XMA11A
VARIABLES TYPE VARIABLES DESCRIPTION
XMDUZ Input
DUZ of the user who is answering or sending a
message.
X Used
If $E(X)="A", then the user will answer a message.
Otherwise, the user will send a message.
XMZ Used
Message IEN in the Message file of the message being
answered.

Required if the user is answering a message.

Not required (and ignored) if the user is sending a message.