![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi Sue
I seem to be able to read everything I need except in one crucial case: for a new appointment that has not yet been saved and has no extra attendees, I was hoping to be able to determine who owns the calendar in which the appointment is being made. This information is proving to be elusive, but once the Scheduling page has been visited it is the first entry in the attendees list. I though there might be some way of instantiating that page without the user having to take any action. Obviously this is only an issue when the user is making the appointment in someone else's calendar. I've read an old thread that you contributed to discussing how to find out in whose calendar a new appointment is going to be saved, but it didn't seem to reach a conclusion. Do you have a solution to this problem? Thanks Tim "Sue Mosher [MVP-Outlook]" wrote in message ... Try calling Recipients.Resolve all or saving the item, to force the user's data entry to be committed. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tim Radford" wrote in message ... "Sue Mosher [MVP-Outlook]" wrote in message ... Force the list to be populated with what data? If you want to add your own recipients, use the Recipients.Add method. With the existing data... I want to be able to read the list of any Required Attendees that have previously been added to the appointment. If you drop a "Required Attendees" control on the custom page it is empty unless you visit the "Scheduling" page first. I want it to behave as though I have already been to the Scheduling page, without actually having to go there. Is there any way of achiving this programmatically? "Tim Radford" wrote in message ... In my customised appointment inspector page I need to be able to access the list of required attendees. However, this list is not populated until the "Scheduling" page has been visited. Can you tell me how to programmatically force this list to be populated? Thanks Tim |
#2
|
|||
|
|||
![]()
Sorry, that's twice I've duplicated a message I thought I'd lost. Read
either or both... Tim "Tim Radford" wrote in message news ![]() Hi Sue I seem to be able to read everything I need except in one crucial case: for a new appointment that has not yet been saved and has no extra attendees, I was hoping to be able to determine who owns the calendar in which the appointment is being made. This information is proving to be elusive, but once the Scheduling page has been visited it is the first entry in the attendees list. I though there might be some way of instantiating that page without the user having to take any action. Obviously this is only an issue when the user is making the appointment in someone else's calendar. I've read an old thread that you contributed to discussing how to find out in whose calendar a new appointment is going to be saved, but it didn't seem to reach a conclusion. Do you have a solution to this problem? Thanks Tim "Sue Mosher [MVP-Outlook]" wrote in message ... Try calling Recipients.Resolve all or saving the item, to force the user's data entry to be committed. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tim Radford" wrote in message ... "Sue Mosher [MVP-Outlook]" wrote in message ... Force the list to be populated with what data? If you want to add your own recipients, use the Recipients.Add method. With the existing data... I want to be able to read the list of any Required Attendees that have previously been added to the appointment. If you drop a "Required Attendees" control on the custom page it is empty unless you visit the "Scheduling" page first. I want it to behave as though I have already been to the Scheduling page, without actually having to go there. Is there any way of achiving this programmatically? "Tim Radford" wrote in message ... In my customised appointment inspector page I need to be able to access the list of required attendees. However, this list is not populated until the "Scheduling" page has been visited. Can you tell me how to programmatically force this list to be populated? Thanks Tim |
#3
|
|||
|
|||
![]()
I don't know any way to get that information. A calendar opened with the File | Open | Other User's Folder command in Outlook 2003 or earlier doesn't reveal any information about whose mailbox it belongs to.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tim Radford" wrote in message news ![]() Hi Sue I seem to be able to read everything I need except in one crucial case: for a new appointment that has not yet been saved and has no extra attendees, I was hoping to be able to determine who owns the calendar in which the appointment is being made. This information is proving to be elusive, but once the Scheduling page has been visited it is the first entry in the attendees list. I though there might be some way of instantiating that page without the user having to take any action. Obviously this is only an issue when the user is making the appointment in someone else's calendar. I've read an old thread that you contributed to discussing how to find out in whose calendar a new appointment is going to be saved, but it didn't seem to reach a conclusion. Do you have a solution to this problem? |
#4
|
|||
|
|||
![]()
Thanks Sue
Incredible, isn't it? And yet the scheduling page clearly is able to get hold of the information. Are you also saying--by implication--that there is no way to force the scheduling page into existence? Tim "Sue Mosher [MVP-Outlook]" wrote in message ... I don't know any way to get that information. A calendar opened with the File | Open | Other User's Folder command in Outlook 2003 or earlier doesn't reveal any information about whose mailbox it belongs to. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tim Radford" wrote in message news ![]() Hi Sue I seem to be able to read everything I need except in one crucial case: for a new appointment that has not yet been saved and has no extra attendees, I was hoping to be able to determine who owns the calendar in which the appointment is being made. This information is proving to be elusive, but once the Scheduling page has been visited it is the first entry in the attendees list. I though there might be some way of instantiating that page without the user having to take any action. Obviously this is only an issue when the user is making the appointment in someone else's calendar. I've read an old thread that you contributed to discussing how to find out in whose calendar a new appointment is going to be saved, but it didn't seem to reach a conclusion. Do you have a solution to this problem? |
#5
|
|||
|
|||
![]()
To display any particular page, you can use the Inspector.SetCurrentFormPage method.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tim Radford" wrote in message news ![]() Thanks Sue Incredible, isn't it? And yet the scheduling page clearly is able to get hold of the information. Are you also saying--by implication--that there is no way to force the scheduling page into existence? Tim "Sue Mosher [MVP-Outlook]" wrote in message ... I don't know any way to get that information. A calendar opened with the File | Open | Other User's Folder command in Outlook 2003 or earlier doesn't reveal any information about whose mailbox it belongs to. "Tim Radford" wrote in message news ![]() Hi Sue I seem to be able to read everything I need except in one crucial case: for a new appointment that has not yet been saved and has no extra attendees, I was hoping to be able to determine who owns the calendar in which the appointment is being made. This information is proving to be elusive, but once the Scheduling page has been visited it is the first entry in the attendees list. I though there might be some way of instantiating that page without the user having to take any action. Obviously this is only an issue when the user is making the appointment in someone else's calendar. I've read an old thread that you contributed to discussing how to find out in whose calendar a new appointment is going to be saved, but it didn't seem to reach a conclusion. Do you have a solution to this problem? |
#6
|
|||
|
|||
![]()
I suppose I can try telling my customers they have to upgrade to 2005...
Could you tell me where to find this information here? Thanks "Sue Mosher [MVP-Outlook]" wrote in message ... I don't know any way to get that information. A calendar opened with the File | Open | Other User's Folder command in Outlook 2003 or earlier doesn't reveal any information about whose mailbox it belongs to. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tim Radford" wrote in message news ![]() Hi Sue I seem to be able to read everything I need except in one crucial case: for a new appointment that has not yet been saved and has no extra attendees, I was hoping to be able to determine who owns the calendar in which the appointment is being made. This information is proving to be elusive, but once the Scheduling page has been visited it is the first entry in the attendees list. I though there might be some way of instantiating that page without the user having to take any action. Obviously this is only an issue when the user is making the appointment in someone else's calendar. I've read an old thread that you contributed to discussing how to find out in whose calendar a new appointment is going to be saved, but it didn't seem to reach a conclusion. Do you have a solution to this problem? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create a custom calendar print format w/required attendees | Virginia | Outlook - Calandaring | 1 | March 3rd 07 02:18 PM |
For Each Page in Inspector. ModifiedPages | [email protected] | Outlook - Using Forms | 1 | February 5th 07 09:55 PM |
Required Attendees not show up | Zenith | Outlook - Calandaring | 0 | December 1st 06 04:10 AM |
Inspector and adding a custom toolbar | Paul Heinisch | Add-ins for Outlook | 7 | September 5th 06 06:00 PM |
Importing meeting organizer and required attendees | Marquel | Outlook - Calandaring | 0 | January 19th 06 05:30 PM |