| Home | All functions | Legacy functions | Categories |
vuFailureNotice(),SIGNED,PROC,PASCAL,RAW,NAME('vuFailureNotice')
Sets the runtime flag that requests a failure notice (delivery failure notification) for the next email sent through vuMailKit.
Returns 1 on success.
ROUTINE:Test_vuFailureNotice ROUTINE
DATA
RC LONG
CODE
RC = vuFailureNotice()
STOP('RC=' & RC)
| Home | All functions | Legacy functions | Categories |