I am not sure if parsing would be the cure for this problem, but I am sure someone will steer me in the right direction.

I am using the email object to receive mail, and I have the body of the emails, loading into an edit object. I need to get the email address listed in the body. The email address is always listed at line #8. It looks something like this:

---------------------------------------------------------
myname myname
test@testing.com test@testing.com
---------------------------------------------------------

I don't want to get the whole line, because I would be duplicating the same email. First off, how would I get to line 8 using the edit object and how would I tell my program to look for the email address?

I would like to hear any suggestions.