Mark Message as Seen API
This ILE API wraps the Mark Message as Seen Web Service. See its documentation for a further explanation of the input and output parameters, as well as the possible error conditions.
API Name: QTMKSEEN
Parameter Interface:
Parameter
|
Direction
|
Type
|
Length
|
Precision
|
Description
|
---|---|---|---|---|---|
GMH |
Input |
Decimal |
9 |
0 |
GMH of the message to mark seen |
Return Status |
Output |
Character |
1 |
n/a |
Return Status (see below) |
Reason Code |
Output |
Character |
4 |
n/a |
Reason Code (see below) |
Mark Flag |
Input |
Character |
1 |
n/a |
Mark All Seen flag (optional, see below) |
Mailbox |
Input |
Character |
10 |
n/a |
Valid User or Address List (optional, see below) |
Output |
Decimal |
3 |
0 |
Error Category, if any |
|
Output |
Decimal |
5 |
0 |
Error Code, if any |
|
Output |
Character |
150 varying |
n/a |
Error description, if any |
An error category of 0 means that the message has been marked seen. Make sure to see Mark Message as Seen Web Service for an in-depth description of all parameters.