Extract a PORTION of a line of text from body of email - is this possible?

I have an email (see example below) and I want to extract the text after each number so that it becomes its own item so I can then enter this info into a field on another form. I know I need to use GetFormattedText to convert the Rich Text to Plain, but what next? How can I pull everything after “1:” to become a name? After “2:” to become an company name? etc… Any help is soooooo appreciated!

Example:

1: Jane Doe

2: My Company

3: My Phone Number

Subject: Extract a PORTION of a line of text from body of email - is this possible???

Here is something similar…http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/3de63eaad147a11a85256c3d0027714b?OpenDocument

Subject: RE: Extract a PORTION of a line of text from body of email - is this possible???

WOW, thank you…I think this will help.