Hi,
I don't use CDO any more but I use Redemption RDO regularly - as it has a much better feature set. I'm not sure whether getshareddefaultfolder is a CDO method as well as an RDO method.
The code to get the shared Calendar of another user using RDO would be:
set Session = CreateObject("Redemption.R
Session.MAPIOBJECT = Application.Session.MAPIOB
set Folder = Session.GetSharedDefaultFo
The element showing "dmitry" is Name Or Address Or Object - can be a string representing the Exchange mailbox name or address or an RDOAddressEntry or an RDORecipient object.
My exerience of using this tells me that you need to have permissions to see items in that folder to do what you are trying to do.
Main Topics
Browse All Topics





by: robberbaronPosted on 2009-09-12 at 22:43:33ID: 25319092
<pre id="codeSnippet408292" class="prettyprint">objCal endar.GetD efaultFold er(CdoDefa ultFolderC alendar) part of the problem. It gets the Calendar folder for your mailbox only.
is
I believe you will need to open the other persons mailbox and iterate through the toplevel folders to find the calendar folder.
But thats not something I have tried. Most of my needs have been with PublicFolders.
</pre>