MAPI and Lotus Notes compatible.
Sets created message priority.
Command MAILPREP command must be called prior to create message.
The
different priority levels are:
HIGH: high priority,
NORMAL: normal priority (default),
LOW: low priority.
For SMTP, the priority of the message is fixed with the MAILPREP command.
Syntax
CHGVAR |
VAR(&CMD) VALUE('MAILPRTY') |
CHGVAR |
VAR(&PARM1) VALUE('[*HIGH|*NORMAL|*LOW]') |
CHGVAR |
VAR(&PARM2) VALUE(' ') |
CALL |
PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 + &PARM2 &RESULT) |
Parameters
Parameters |
|
Parm1 |
The priority level you want to assign to the mail *HIGH : high priority *NORMAL : normal priority (default) *LOW : low priority
|
|
See also
• MAILPREP
• MAILLATT
• MAILTEXT
• MAILTO
• MAILSUBJ
• MAILSEND
• MAILEND