Noob here with 5.x, I am looking for a vb.net solution to notify me when a test has failed.
I have done some searching on the forum and found this link however it is written in C, and when I tried to convert it I ran into all sorts of problems that my noob-fu is not strong enough to fix.

http://www.ranorex.com/blog/wp-content/ ... ogging.zip
Could someone please post or point me to a working solution written in VB that I could learn from?
Also, I am assuming that some sort of 'event handler' is used so that no matter where a failure occurs the send Mail module would fire. That is to say without having to check in multiple places in the code if any error is raised, call the send mail function.
Thank you