A
AAaron123
During the execution of PasswordRecovery if the question is answered
correctly e-mail is sent with the new password.
However, if the e-mail address is incorrect I get an error:
Mailbox unavailable. The server response was: Invalid recipient: ...
I'd like to catch that error rather than having the browser bomb.
I've looked for a property to set a url but coud not find one.
Is there some way I can catch that error?
Do you know how to solve this?
thanks
PS
I have a sub for PasswordRecovery1_SendingMail with a try catch but it
appears the error occurs after the sub exits.
correctly e-mail is sent with the new password.
However, if the e-mail address is incorrect I get an error:
Mailbox unavailable. The server response was: Invalid recipient: ...
I'd like to catch that error rather than having the browser bomb.
I've looked for a property to set a url but coud not find one.
Is there some way I can catch that error?
Do you know how to solve this?
thanks
PS
I have a sub for PasswordRecovery1_SendingMail with a try catch but it
appears the error occurs after the sub exits.