View Single Post
  #3  
Old March 14th 06, 02:24 PM posted to microsoft.public.outlook.program_forms
jondxs
external usenet poster
 
Posts: 2
Default Custom meeting form - action on change of recipients

Hi Sue,

Looking on Google Groups I found a similar suggestion to do with
customproperties_change, and found this event in MSDN online, thanks for the
confirmation

Jon

"Sue Mosher [MVP-Outlook]" wrote:

You could use the PropertyChange event to watch for changes in the RequiredAttendees, OptionalAttendees and Resources properties, but be warned that you will probably get that event firing multiple times for each change in recipient.

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


"jondxs" wrote in message ...
I'm creating a form based on the Appointment form that needs to refresh a
drop-down list every time the recipients list is modified, eg if someone is
added or removed from the recipients (using the standard Scheduling tab),
this needs to modify my list box. What is the best way of doing this?

This list box is on a custom page; it doesn't actually need to be refreshed
until the tab for this custom page is shown, however I understand that there
isn't a page_open event...


Ads