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

Required Attendees in custom inspector page



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 14th 07, 12:09 PM posted to microsoft.public.outlook.program_forms
Tim Radford
external usenet poster
 
Posts: 12
Default Required Attendees in custom inspector page

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

Ads
  #2  
Old June 14th 07, 01:20 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Required Attendees in custom inspector page

Force the list to be populated with what data? If you want to add your own recipients, use the Recipients.Add 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 ...
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  
Old June 14th 07, 02:03 PM posted to microsoft.public.outlook.program_forms
Tim Radford
external usenet poster
 
Posts: 12
Default Required Attendees in custom inspector page


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

Thanks

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


  #4  
Old June 14th 07, 02:20 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Required Attendees in custom inspector page

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


  #5  
Old June 14th 07, 04:05 PM posted to microsoft.public.outlook.program_forms
Tim Radford
external usenet poster
 
Posts: 12
Default Required Attendees in custom inspector page

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



  #6  
Old June 14th 07, 04:18 PM posted to microsoft.public.outlook.program_forms
Tim Radford
external usenet poster
 
Posts: 12
Default Required Attendees in custom inspector page

Hi Sue

I seem to be able to read everything I need except in one crucial case: For
a new appontment the recipient list is empty until the Scheduling page has
been visited. After that, the first entry is the owner of the calendar in
which the appointment is being made. This information seems particularly
elusive: for a new appointment, how do you reliably determine in whose
calendar the appointment is being made?

Obviously this is not an issue unless the user is making the appointment in
someone else's calendar. I've read an old thread on this subject, to which
you contributed, but it didn't seem to reach an answer.

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



  #7  
Old June 14th 07, 04:21 PM posted to microsoft.public.outlook.program_forms
Tim Radford
external usenet poster
 
Posts: 12
Default Required Attendees in custom inspector page

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




  #8  
Old June 14th 07, 04:45 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Required Attendees in custom inspector page

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?


  #9  
Old June 14th 07, 05:13 PM posted to microsoft.public.outlook.program_forms
Tim Radford
external usenet poster
 
Posts: 12
Default Required Attendees in custom inspector page

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?


  #10  
Old June 14th 07, 06:26 PM posted to microsoft.public.outlook.program_forms
Tim Radford
external usenet poster
 
Posts: 12
Default Required Attendees in custom inspector page

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


All times are GMT +1. The time now is 05:39 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.