Question:
I am looking for a solution to show the user of our application a reason for the connection failure. In the classes CkSocket or CkFtp2 there is a function get_ConnectFailReason(). But how can I get an error message for the user at CkHttp or CkMailMan? The response of the LastErrorText is good for debug and support, but it is far to much info for a message box.
If it is important, we use the Visual Studio C++ library of Chilkat.
Thanks for the answer.