-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?
"Sue Mosher [MVP-Outlook]" wrote:
If you want data in custom fields to appear in the body of a message, then
you need code to take the data from those fields (Item.UserProperties) and
concatenate it into a string, which you then use to set the value of the Body
property of the outgoing message.
--
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:
Hi Sue,
I did sucessfully send the form following your advice. But I find the body
of the message is not including the fields:information that I entered as it
did in the book example. I don't know how much you can help on this because
it may be I just need to read more, but maybe you recognize the issue right
away and can offer some advice??