G Guest May 21, 2007 #1 I need to access a calendar in my Other Calendars area using VBA. The recipient is "Master Schedule". How do I do this?
I need to access a calendar in my Other Calendars area using VBA. The recipient is "Master Schedule". How do I do this?
D Dmitry Streblechenko May 21, 2007 #2 Namespace.GetSharedDefaultFolder Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool
Namespace.GetSharedDefaultFolder Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool
G Guest May 21, 2007 #3 It is not in the public folder tree, it is an individual user mailbox in the system. Does this make a difference? Thanks
It is not in the public folder tree, it is an individual user mailbox in the system. Does this make a difference? Thanks
D Dmitry Streblechenko May 22, 2007 #4 GetSharedDefaultFolder works with other mailboxes, it cannot (and should not) be used with PFs. And I am not even sure what made you think it in any way applies to PFs. Have you actually tried to use that method? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool
GetSharedDefaultFolder works with other mailboxes, it cannot (and should not) be used with PFs. And I am not even sure what made you think it in any way applies to PFs. Have you actually tried to use that method? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool