Hi,
I have written an email receiving application, that downloads emails from several emailboxes. When one box is not reachable or when the settings are wrong (for example not using SSL when that is required) the timeout is pretty long (45 seconds) and then a messagebox generated by EAGetMail appears ("a request to send or receive data was disallowed...." etc). This is not good for me because the application stops, and can only continue after I click the OK button.
Questions:
1) How can I set the timeout to 10 seconds? (or any other value)
2) How can I suppress the messageboxes? Is there a way to retrieve the actual message (for example EAGetMail.LastErrorMessage), so that it can be stored for investigation later?
Thanks,