Retreive Calendar Details from Group Mailbox

  • Thread starter Thread starter Tausif
  • Start date Start date
T

Tausif

Hi ,

I need to get calendar details for a group mailbox. Is there any way to do
this?
I can get the calendar items from my mail box using the
GetDefaultFolder(olFolderCalendar) method.
but not sure how to get it for a Group Mailbox.
Any help of this would be great.

Many Thanks
 
What group mailbox? Is this a delegate mailbox? If so you can use
NameSpace.GetSharedDefaultFolder. You supply the recipient object for the
mailbox owner to that method and specify the default folder to open.
 
Hi Ken,

I was referring to a shared mailbox. We have a common mailbox where a number
of users handle resquests rather than their individual mailboxes.
Would the GetSharedDefaultFolderwork in this case? (not tried it yet, having
some issues with my outlook)

Thanks for your reply.
 
Yes, that would work as long as the identity the code is running under has
permissions to open that mailbox and that folder.
 
Back
Top