J
Jeff Miller
Hello,
I have an exception statement that needs to loop if it fails...
something like this:
begin
contacts_folder = session.GetDefaultFolder(5)
rescue Exception
(GO BACK AND TRY AGAIN)
else
blah blah blah
end
any suggestions?
Thanks!!
- Jeff
I have an exception statement that needs to loop if it fails...
something like this:
begin
contacts_folder = session.GetDefaultFolder(5)
rescue Exception
(GO BACK AND TRY AGAIN)
else
blah blah blah
end
any suggestions?
Thanks!!
- Jeff