PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
loop through selected folders in Calendar of Outlook 2003
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
loop through selected folders in Calendar of Outlook 2003
![]() |
loop through selected folders in Calendar of Outlook 2003 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Does anyone know if it is possible to loop through the selected calendars in
Outlook 2003? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
By "selected" do you mean displayed in the Calendar navigation pane? You'd
have to use the Explorer.IsFolderSelected method to check every calendar folder in every store in Namespaces.Folders. And even that wouldn't tell you if any calendar folders from other mailboxes are being displayed. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Nick B" <NickB@discussions.microsoft.com> wrote in message news:C5869A06-1B22-4FC1-A991-3EE79144488A@microsoft.com... > Does anyone know if it is possible to loop through the selected calendars > in > Outlook 2003? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks Sue! That is exactly what I mean. So then there is no way in Outlook
2003 to save checked/selected calendars so that when you reopen Outlook they will be selected, other than to enter the specific calendars into the code directly.? "Sue Mosher [MVP-Outlook]" wrote: > By "selected" do you mean displayed in the Calendar navigation pane? You'd > have to use the Explorer.IsFolderSelected method to check every calendar > folder in every store in Namespaces.Folders. And even that wouldn't tell you > if any calendar folders from other mailboxes are being displayed. > > -- > Sue Mosher, Outlook MVP > Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx |
|
|
|
#4 |
|
Guest
Posts: n/a
|
That's rather a different question. If you want particular calendars to be
selected, you'd need to run code that performs the selection after Outlook opens. The .xml file that holds the navigation pane information doesn't appear to support that. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Nick B" <NickB@discussions.microsoft.com> wrote in message news:9C296620-01DA-4A11-BC77-00ED469976BA@microsoft.com... > Thanks Sue! That is exactly what I mean. So then there is no way in > Outlook > 2003 to save checked/selected calendars so that when you reopen Outlook > they > will be selected, other than to enter the specific calendars into the code > directly.? > > "Sue Mosher [MVP-Outlook]" wrote: > >> By "selected" do you mean displayed in the Calendar navigation pane? >> You'd >> have to use the Explorer.IsFolderSelected method to check every calendar >> folder in every store in Namespaces.Folders. And even that wouldn't tell >> you >> if any calendar folders from other mailboxes are being displayed. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

