| Home | All functions | Legacy functions | Categories |
Prototype: vuCloseWhenComplete(LONG InValue), SIGNED, PROC, PASCAL, RAW, NAME(‘vuCloseWhenComplete’)
Sets the legacy runtime flag that indicates whether the client should close when a send completes.
| Value | Meaning | |—|—| | 1 | Value stored successfully. | | 0 | Failure. vuMailLastError() is set with text beginning vuCloseWhenComplete failed:. |
rc LONG
rc = vuCloseWhenComplete(1)
IF rc = 0
MESSAGE('Could not set CloseWhenComplete: ' & vuMailLastError())
END
| Home | All functions | Legacy functions | Categories |