Dear All
You will save me a lot of heartache if you can direct me to a
reference which describes how to reference items in an outlook form
(particularly user-defined fields).
I only want to create a really simple form but I've hit a brick wall
in my experimentation.
For some reason the Outlook VBScript help isn't installed on my
machine at work (I downloaded something from microsoft which pueports
to be vbscript help but this doesn't give an outlook info)
I've seen similar questions mentioned here but no response (which
doesn't bode well) ... perhaps there isn't much outlook expertise
around...
All I want to do is have a form but then use VBscript to transfer the
input from the user-defined fields in to the body of the email prior
to transmission.
The Functions are pretty much descriptive - but I can't work out how
to address the fields on the form
I've found that the Subject is referenced as item.Subject (easy
enough), that CC is referenced as item.CC (still simple) the message
is referenced as item.Body (Mmmm) but how are the user-defined fields
referenced and is there a list of all the standard fields and their
references.
sorry bout this - this is the sort of stuff that I should be able to
glean from help material or sample scripts, but I can't seem to find
any such material.
Thnks