docs

Home All functions Legacy functions Categories

vuHighPriority()

Clarion prototype

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

Description

Sets the runtime flag that marks the next email sent through vuMailKit as high priority.

Return value

Returns 1 on success.

Notes

Example (Clarion)

ROUTINE:Test_vuHighPriority   ROUTINE
  DATA
RC      LONG

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