RecipientControl in Post custom form

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I have a custom form published to Org Forms Library which tracks issues in a
public folder. I would like to be able to use the RecipientControl to let
users specify a list of people who should be notified when an issue's been
updated in the folder. At ItemClose( ) I would then email interested people
that the issue had been updated. However the RecipientControl can't seem to
be bound to anything but a field of the type Recipient, which is not present
on a Post item.

Is there any way to easily select a list of email recipients from this
custom form? Running Windows XP/Outlook 2003.

Thanks,

Bill Le May
 
You would need to use CDO 1.21 or, to avoid security prompts, Redemption (http://www.dimastr.com/redemption/) to iterate the item's Recipients collection.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

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