Lets the developer retrieve the last error that occurred using any other mail function.
|
Syntax:
|
MailLastRC()
|
Parameters:
|
No parameters are required.
|
Returns:
|
Numeric. The function returns the number that represents the last mail-related error code.
|
Note:
|
You can use the MailError function to resolve the error code to a readable error message.
|
|
This function is a server-side function.
|
See also:
|
Mail functions
The Online and Rich Client Samples projects (program EL01 and REL01)
|