Retreive Calendar Details from Group Mailbox

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 
T

Tausif

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.
 
K

Ken Slovak - [MVP - Outlook]

Yes, that would work as long as the identity the code is running under has
permissions to open that mailbox and that folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top