> 1.) read in an email address from an email emailed to me from my web site
> using "Form mail". (For example to auto respond etc) Unfortuantely the
> return email is my account i.e., info@mywebsite.com so I need the users email
> from the form field containing the individuals email address.
See if your mail form can be set up to include the user's mail address as the reply-to address on the message. If not, see response to #2.
> 2.) Read in other form mail fields that are contained in the body of the
> messages I recieve and as of now is delimited by ":" I suppose I could
> format the fileds by any means neccessary to work best with outlook 2003.
You'll have to parse the text of the message body. See http://www.outlookcode.com/codedetail.aspx?id=89 for sample code.
> 3.) I am not getting the form mail with a field on each new line but rather
> one after another so I placed an text delimiter to separate the fields. Is
[quoted text clipped - 3 lines]
> line charatacter. Can I setup outlook so that I can view the form mail view
> format correctly? One per line like it is suppose to be?
Tools | Options | E-Mail Options | Remove extra line breaks in text messages.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx