A script is not a practical solution. Depending on the scope of your
scenario, VBA code or an add-in would be suitable. See
http://www.outlookcode.com/article.aspx?id=62 for examples of VBA code for
processing incoming messages.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"hpoincare" wrote:
-Thanks Sue,
My ultimate goal is a make-shift ticket system. I would like to create a
script that takes the information from the body of the email on the receiving
end and places the information into fields in an MSAccess database.
From your experience, do you think it's possible to create a script that
will run/process the information or text in the body of the received email
and then extract the user entered data?