Emailing a custom form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top