I have tried to trap error messages, thrown by a library, with a Try/Catch Block. This doesn’t work.
When attempting to logon, or while logged on, to a mail server the Net library might throw such errors as: Error during login - Error getting status - Error getting identifier - Error deleting message.
Is there a means of trapping these errors, at the moment of occurrence, so that they can be dealt with in a meaningful way?
Any help with this would be greatly appreciated.
When attempting to logon, or while logged on, to a mail server the Net library might throw such errors as: Error during login - Error getting status - Error getting identifier - Error deleting message.
Is there a means of trapping these errors, at the moment of occurrence, so that they can be dealt with in a meaningful way?
Any help with this would be greatly appreciated.
Last edited: