Get All Folders for any user

  • Thread starter Thread starter Ashish
  • Start date Start date
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?
 
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
-
 
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
 
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
-
 
Thanks
I dont have much experience in extended MAPI
if please give if any any link is there for extended MAPi
 
Back
Top