A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Get All Folders for any user



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 7th 09, 10:24 AM posted to microsoft.public.outlook.program_addins
Ashish
external usenet poster
 
Posts: 94
Default Get All Folders for any user

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?


  #2  
Old February 9th 09, 04:35 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Get All Folders for any user

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
-
"Ashish" wrote in message
...
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?



  #3  
Old February 10th 09, 06:12 AM posted to microsoft.public.outlook.program_addins
Ashish
external usenet poster
 
Posts: 94
Default Get All Folders for any user

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
"Dmitry Streblechenko" wrote in message
...
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
-
"Ashish" wrote in message
...
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?





  #4  
Old February 10th 09, 06:56 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Get All Folders for any user

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
-
"Ashish" wrote in message
...
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
"Dmitry Streblechenko" wrote in message
...
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
-
"Ashish" wrote in message
...
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?







  #5  
Old February 10th 09, 01:14 PM posted to microsoft.public.outlook.program_addins
Ashish
external usenet poster
 
Posts: 94
Default Get All Folders for any user

Thanks
I dont have much experience in extended MAPI
if please give if any any link is there for extended MAPi
"Dmitry Streblechenko" wrote in message
...
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
-
"Ashish" wrote in message
...
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
"Dmitry Streblechenko" wrote in message
...
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
-
"Ashish" wrote in message
...
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?









  #6  
Old February 10th 09, 09:42 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Get All Folders for any user

Start with http://support.microsoft.com/kb/200160

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Ashish" wrote in message
...
Thanks
I dont have much experience in extended MAPI
if please give if any any link is there for extended MAPi
"Dmitry Streblechenko" wrote in message
...
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
-
"Ashish" wrote in message
...
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
"Dmitry Streblechenko" wrote in message
...
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
-
"Ashish" wrote in message
...
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?











 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Folders from one User Name to another User Name (3/26/07) Angus Outlook - Installation 7 April 3rd 07 02:13 AM
Copy Folders from one User Name in Outlook to another User Name Angus Outlook - Installation 6 April 2nd 07 09:24 PM
saving to User Created contact folders Rick H Add-ins for Outlook 1 June 30th 06 10:26 PM
Cant create new folders with second user Myles Outlook Express 1 June 6th 06 11:58 AM
Customizing columns in user-created folders adeel Outlook Express 6 January 17th 06 10:15 AM


All times are GMT +1. The time now is 12:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.