+1 vote

I am using Imap component to get mails from my Exchange Server 2007.

When I try to use imap.GetNamespaces() method the count of "Shared" property is coming to 0.

Can you please help how I can get shared mailbox mails. On the other hand i am able to retrieve the "Personal" folders.

Also is there any difference between "Shared Mailbox" and "Shared Folder"

by (8.8k points)
edited by

1 Answer

0 votes
 
Best answer

If Shared.Count is zero it means that server is not sending any shared namespace information.

You may want to read this article on how to access shared/delegated mailbox of Exchange Server:
https://www.limilabs.com/blog/access-shared-delegate-mailbox-exchange-server

Remember to install this patch for Exchange 2007:
http://support.microsoft.com/?kbid=949926

Also is there any difference between "Shared Mailbox" and "Shared
Folder"

Email folders are called mailboxes in IMAP RFC documents. However in some situations Mailbox may refer to entire account and not specific folder.

by (297k points)
selected by
...