docs

Home All functions Legacy functions Categories

vuRequestReceipt()

Clarion prototype

Prototype: vuRequestReceipt(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuRequestReceipt’)

Description

Sets the runtime flag that requests a return receipt for the next email sent through vuMailKit.

Return value

Returns 1 on success.

Notes

Example (Clarion)

ROUTINE:Test_vuRequestReceipt   ROUTINE
  DATA
RC      LONG

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