RecipientControl in Post custom form

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
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top