An Outlook item can display only the information stored in the item. It's
easy to add a custom field and call it whatever you want through the Field
Chooser. The additional piece that your form would require would be code --
probably in the Item_Send event handler -- to look up the current user's
record, get the data from the desired properties, and set the values of the
custom proerties in the item.
You can perform this lookup with CDO 1.21 or, to avoid security prompts,
with Redemption (
http://www.dimastr.com/redemption/) or possibly also with
ADSI (see
http://www.outlookcode.com/d/adsi.htm). See
http://www.cdolive.com/cdo10.htm for a basic primer on working with MAPI
property tags that applies to both CDO and Redemption; the AddressEntry
object contains the fields you're interested in.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers