News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualDLL GetErrorString(ErrorCode) function
Declaration: char* GetErrorString (int) Parameters: integer Error Code Returns: string containing the English translation of the error code
This function provides the mechanism by which you can easily get an American English translation of the error codes returned by the EmailCmd() function. Remember, the values representing errors are all negative integers. This function will also report unrecognized error codes, as well as successful operations.
|