How can a program parse HTML code for <A> tags? Then, once inside the tag, find the string: href="mailto:". I need to extract a database of people with e-mail adresses and I need to isolate only the e-mail adress, excluding "?subject=". For example,

<A href="mailto:[email protected]?subject=hello">

And vb finds only, "[email protected]"? Some code would help, im fairly new to VB