Get All Folders for any user

A

Ashish

Hi,

How to get name of all folders/subfolders and policy rule on exchange server
for any user without using outlook programming.
Is it possible through IDirectorySearch?
 
D

Dmitry Streblechenko

You would need to opemn each and every mailbox and recursive lop through all
the folders for that.
Extended MAPI or WebDAV are really your only choices.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
A

Ashish

Hi,

I want to get all folders for a user on exchange server where outlook is not
installed thats why i asked for IDirectorySearch.
If there is any web link available then please reply
 
D

Dmitry Streblechenko

Once, again, your only options are
1. Extended MAPI (C++ or Delphi only) or <plug> Redemption (works with any
programming language)</plug>
2. WebDAV

IDirectorySearch is an AD interface and has absolutely nothing to do with
accessing mailboxes, which live on an Exchange directory, not in AD.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
A

Ashish

Thanks
I dont have much experience in extended MAPI
if please give if any any link is there for extended MAPi
 

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