docs

Home All functions Legacy functions Categories

vuCloseWhenComplete(closeWhenComplete)

Purpose

Sets the legacy runtime flag that indicates whether the client should close when a send completes.

Parameters

Return value / error codes

Example (Clarion)

MAP
  MODULE('vuMail.dll')
    vuCloseWhenComplete(LONG InValue),SIGNED,PROC,PASCAL,RAW,NAME('vuCloseWhenComplete')
  END
END

rc LONG
rc = vuCloseWhenComplete(1)
IF rc = 0
  MESSAGE('Could not set CloseWhenComplete: ' & vuMailLastError())
END

Notes

Home All functions Legacy functions Categories