TRANSFER Reference Manual
Commonly Used Fields
TISERV UOW Descriptions
2–18 069139, Update 1 to 40969 Tandem Computers Incorporated
X400-RECIP-REQ-FLAGS
Field
The X400-RECIP-REQ-FLAGS define which requests were made for a particular X400
recipient of a package. The DDL definition for RECIP-REQUEST-FLAGS is:
DEF x400-recip-req-flags.
02 reply-requested TYPE BOOLEAN.
02 deliv-notify TYPE BOOLEAN.
02 receipt-notify TYPE BOOLEAN.
02 non-receipt-notify TYPE BOOLEAN.
02 return-ipmessage TYPE BOOLEAN.
02 mta-deliv-notify TYPE BOOLEAN.
02 mta-non-deliv-notify TYPE BOOLEAN.
02 non-deliv-notify TYPE BOOLEAN.
02 reserved-8 TYPE BOOLEAN VALUE "N".
02 reserved-9 TYPE BOOLEAN VALUE "N".
02 reserved-10 TYPE BOOLEAN VALUE "N".
02 reserved-11 TYPE BOOLEAN VALUE "N".
02 reserved-12 TYPE BOOLEAN VALUE "N".
02 reserved-13 TYPE BOOLEAN VALUE "N".
02 reserved-14 TYPE BOOLEAN VALUE "N".
02 reserved-15 TYPE BOOLEAN VALUE "N".
END.
REPLY-REQUESTED
indicates whether this recipient has been requested to reply to the original
package:
Y This recipient has been requested to reply to the original package.
N This recipient has not been requested to reply to the original package.
DELIV-NOTIFY
indicates whether delivery notification has been requested for this recipient:
Y Delivery notification has been requested for this recipient.
N Delivery notification has not been requested for this recipient.
Delivery notification is returned in the form of a status package when a delivery
notification is returned by the X400 network. For exported packages, DELIV-
NOTIFY is ignored if NON-DELIV-NOTIFY is set; it is assumed to be cleared.
RECEIPT-NOTIFY
indicates whether receipt notification has been requested for this recipient:
Y Receipt notification has been requested for this recipient.
N Receipt notification has not been requested for this recipient.
Receipt notification is returned in the form of a status package when a receipt
notification is returned by the recipient's user agent.