![]() |
Custom meeting form - action on change of recipients
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... |
Custom meeting form - action on change of recipients
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... |
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... |
All times are GMT +1. The time now is 05:04 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com