docs

Home All functions Legacy functions Categories

vuHighPriority()

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

ROUTINE:Test_vuHighPriority   ROUTINE
  DATA
RC      LONG

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