| GetSMTPError |
| |
This function will check and clear the last error that occured |
| |
| Library |
 |
wh::internet/smtp.whlib |
| |
| Syntax |
 |
PUBLIC RECORD FUNCTION GetSMTPError (INTEGER connectionid) |
| |
| Parameters |
 |
| connectionid |
 |
Integer of the connectionid |
 |
|
| |
| Returns |
 |
Record with the error if an error exists [[[return.code Integer]]] of the error code [[[return.message String]]] with the error message (can be a multiline message separated by \n's) |
| |