![]() |
| 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. |
|
|||||||
| Tags: attendees, autocomplete, required |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Im trying to make a custom form for booking standard appointments we have
here. On 1 of the tabs I would like a list of people eg. Designer, Manager , Reviewer etc with a button to lookup the GAL to find peoples names and add them into the scheduling automatically. We can have different people attending meetings but we must have 1 person minimum for each role. The standard Required Attendees almost does what we require but it lists everyone in the whole meeting. I am only wanting 1 person per role. anyone know how to do this? I hope my description is clear enough. Cheers |
| Ads |
|
#2
|
|||
|
|||
|
Your "roles" would have to managed separately from the meeting attendees. Outlook itself provides no way to distinguish attendees beyond required, optional, and resource. You can use the Item_Send event handler to check whether all roles have been filled and cancel the Send if they haven't by setting Item_Send = False.
I would suggest using a multiple column list box with a hidden column containing each person's mailbox alias or SMTP address. Use the data in that column to populate the attendees list. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "G-ME" wrote in message ... Im trying to make a custom form for booking standard appointments we have here. On 1 of the tabs I would like a list of people eg. Designer, Manager , Reviewer etc with a button to lookup the GAL to find peoples names and add them into the scheduling automatically. We can have different people attending meetings but we must have 1 person minimum for each role. The standard Required Attendees almost does what we require but it lists everyone in the whole meeting. I am only wanting 1 person per role. anyone know how to do this? I hope my description is clear enough. Cheers |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Filtering based on Required Attendees Accepting | SoBe | Outlook - Calandaring | 0 | December 4th 07 06:16 PM |
| required attendees appear as optional | wim.taerwe@gmail.com | Outlook - Calandaring | 0 | October 26th 07 09:53 AM |
| Required Attendees in custom inspector page | Tim Radford | Outlook - Using Forms | 10 | June 14th 07 08:14 PM |
| Required Attendees not show up | Zenith | Outlook - Calandaring | 0 | December 1st 06 05:10 AM |
| Importing meeting organizer and required attendees | Marquel | Outlook - Calandaring | 0 | January 19th 06 06:30 PM |