| Home | All functions | Legacy functions | Categories |
vuRequestReceipt(),SIGNED,PROC,PASCAL,RAW,NAME('vuRequestReceipt')
Sets the runtime flag that requests a return receipt for the next email sent through vuMailKit.
Returns 1 on success.
ROUTINE:Test_vuRequestReceipt ROUTINE
DATA
RC LONG
CODE
RC = vuRequestReceipt()
STOP('RC=' & RC)
| Home | All functions | Legacy functions | Categories |