Track Mail Message Changes Exit Program


  Required Parameter Group:

1 Mail message identifier Input Char(32)
2 Exit point name Input Char(20)
3 Qualified exit point program name Input Char(20)
4 Format name Input Char(8)
5 Return code Output Binary(4)
 Exit Point Name:  QIBM_QZMFMSF_TRK_CHG

The exit point name and the name of an exit point program (which resulted in changes to a message) are passed to the Track Mail Message Changes exit program. The exit program configured for this exit is allowed to read all of the parts of a message to track the message. The exit point, however, cannot affect the processing of the message. The return codes are provided for tracking purposes and do not affect the processing of the message.


Authorities and Locks

None.


Required Parameter Group

Mail message identifier
INPUT; CHAR(32)

The variable containing the mail message identifier that the Track Mail Message Changes exit program is passing information for. The mail message identifier is composed of characters A through Z and 0 through 9 only.

Exit point name
INPUT; CHAR(20)

The name of the user exit point that was being processed when the changes to the message were made.

Qualified exit point program name
INPUT; CHAR(20)

The user qualified name of the program that was called that resulted in changes being made to the message.

Format name
INPUT; CHAR(8)

The variable containing the format name of the parameter list in which the Track Mail Message Changes exit program is passing information. This field must be set to TCMM0100.

Return code
OUTPUT; BINARY(4)

0 Everything was OK.
1 Data was not valid.
2 Severe error encountered.

Note: This return code is stored for tracking purposes and does not affect the processing of the message.


Exit Program Introduced: V3R1
Top | Office APIs | APIs by category