docs

Home All functions Legacy functions Categories

vuFailureNotice()

Clarion prototype

Prototype: 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 (Clarion)

ROUTINE:Test_vuFailureNotice   ROUTINE
  DATA
RC      LONG

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