| Home | All functions | Legacy functions | Categories |
Returns send queue and background send status.
A LONG value indicating current send status.
This function is used to poll status during asynchronous sending.
NOTE: A good place to call this function is: Window Events, Close Window, Before <’Generated Code’>.
IF vuMailStatus()
IF MESSAGE('Email is still being sent.|' & |
'Exiting now may cause this email to be lost.|' & |
'Continue (Y/N)?', |
'Email Message', |
ICON:Exclamation, |
BUTTON:Yes + BUTTON:No) = BUTTON:No
CYCLE
END
END
| Home | All functions | Legacy functions | Categories |