A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Custom meeting form - action on change of recipients



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 14th 06, 01:09 PM posted to microsoft.public.outlook.program_forms
jondxs
external usenet poster
 
Posts: 2
Default 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...
Ads
  #2  
Old March 14th 06, 01:25 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default 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...

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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom form tab name change Richard Edwards Outlook - Using Forms 1 February 22nd 06 02:24 PM
How to copy a custom action bowen Outlook and VBA 2 February 22nd 06 01:12 AM
How to copy a custom action bowen Outlook - Using Forms 0 February 20th 06 05:10 AM
Custom Meeting Request Form ML Outlook - Using Forms 5 February 15th 06 04:23 PM
Another question about custom Meeting Request form ML Outlook - Using Forms 0 February 11th 06 04:17 PM


All times are GMT +1. The time now is 08:19 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-2025 Outlook Banter.
The comments are property of their posters.