docs

Home All functions Legacy functions Categories

vuFailureNotice()

vuFailureNotice(),SIGNED,PROC,PASCAL,RAW,NAME('vuFailureNotice')

Description

Sets the runtime flag that requests a failure notice (delivery failure notification) for the next email sent through vuMailKit.

Return value

Returns 1 on success.

Notes

Example

ROUTINE:Test_vuFailureNotice   ROUTINE
  DATA
RC      LONG

  CODE
  RC = vuFailureNotice()
  STOP('RC=' & RC)
Home All functions Legacy functions Categories