You would need to use CDO or, to avoid security prompts, Redemption, to access the item's Recipients collection and get the desired recipient's information. You can then use the Forward method to forward the item to that person.
--
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
"Robert" wrote in message ...
I have created a custom form in Outlook using the Post form. The form is
accessible from Public Folders. On the form, I want to have users choose an
email address from the company directory and then once the form is posted,
the form will be sent to the specified recipients' Inbox.
How would I add that to my form?