![]() |
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
|
|||
|
|||
![]()
I am trying to retrieve items from the Calendar folder in another User's
Outlook folders on the newtwork. In Outlook, to do this manually, the procedure is File--Open--Other User's Folder and then set Folder to Calendar and set name to Net Id or search for the User via Address Book etc. Can this be written in VBA (I'm trying to do this from Access). I have previously been successful in doing this with the local Calendar folder on the User's own machine. Any help appreciated. |
#2
|
|||
|
|||
![]()
Yes, it can. Use the Namespace.GetSharedDefaultFolder method to return the folder, then iterate its Items collection.
-- 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 "Andy" wrote in message ... I am trying to retrieve items from the Calendar folder in another User's Outlook folders on the newtwork. In Outlook, to do this manually, the procedure is File--Open--Other User's Folder and then set Folder to Calendar and set name to Net Id or search for the User via Address Book etc. Can this be written in VBA (I'm trying to do this from Access). I have previously been successful in doing this with the local Calendar folder on the User's own machine. Any help appreciated. |
#3
|
|||
|
|||
![]()
Thanks again Sue - excellent.
"Sue Mosher [MVP-Outlook]" wrote: Yes, it can. Use the Namespace.GetSharedDefaultFolder method to return the folder, then iterate its Items collection. -- 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 "Andy" wrote in message ... I am trying to retrieve items from the Calendar folder in another User's Outlook folders on the newtwork. In Outlook, to do this manually, the procedure is File--Open--Other User's Folder and then set Folder to Calendar and set name to Net Id or search for the User via Address Book etc. Can this be written in VBA (I'm trying to do this from Access). I have previously been successful in doing this with the local Calendar folder on the User's own machine. Any help appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how do i retrieve calendar in My Calendars | Davem | Outlook - Calandaring | 3 | January 29th 08 04:27 PM |
lost my calendar information, how do I retrieve it? | Lost Man | Outlook - Calandaring | 1 | April 27th 06 03:55 AM |
Viewing other users items in outlook today | [email protected] | Outlook - General Queries | 2 | April 26th 06 02:12 PM |
Have deleted my deleted items but need to retrieve something ? | jimmyhall | Outlook - Using Contacts | 1 | March 29th 06 08:28 PM |
How do I retrieve old calendar items? | Keelpassa | Outlook - Calandaring | 1 | March 1st 06 02:39 PM |