| Author |
Message |
jonathan.gross
Guest
|
Posted:
Wed Dec 29, 2004 11:22 pm Post subject:
Managing Public Folders Programmatically |
|
|
I Tried to traverse the public folder tree programmatically, using ADO.
The problem is that ADO returns only those folders that I have CLIENT
PERMISSIONS on, so some folders are not accessible to me.
I was wondering if there is a way to traverse the PF tree according to
the ADMINISTRATIVE PERMISSIONS programmatically, The same way the
Exchange System Manager does.
Thanks.
|
|
| Back to top |
|
 |
Henning Krause [MVP]
Guest
|
Posted:
Fri Dec 31, 2004 3:47 am Post subject:
Re: Managing Public Folders Programmatically |
|
|
Hello,
the Exchange Systems Manager accesses the Public Folder via WebDAV over the
administrative root.
So, to access the folder
/public/myfolder
the Systems Manager uses the path
/exadmin/admin/<dns domain name>/public%20folders/myfolder
This access method overrides all MAPI security rights. Obviously, you'll
have to have administrative rights to use this path.
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/?page=products)
"jonathan.gross" <jonathan.gross@mail.com> wrote in message
news:1104340943.031812.54240@z14g2000cwz.googlegroups.com...
| Quote: | I Tried to traverse the public folder tree programmatically, using ADO.
The problem is that ADO returns only those folders that I have CLIENT
PERMISSIONS on, so some folders are not accessible to me.
I was wondering if there is a way to traverse the PF tree according to
the ADMINISTRATIVE PERMISSIONS programmatically, The same way the
Exchange System Manager does.
Thanks.
|
|
|
| Back to top |
|
 |
jonathan.gross
Guest
|
Posted:
Sun Jan 09, 2005 7:12 pm Post subject:
Re: Managing Public Folders Programmatically |
|
|
Thanks,
Works perfectly.
| Quote: | Hello,
the Exchange Systems Manager accesses the Public Folder via WebDAV
over the
administrative root.
So, to access the folder
/public/myfolder
the Systems Manager uses the path
/exadmin/admin/<dns domain name>/public%20folders/myfolder
|
|
|
| Back to top |
|
 |
|
|
|
|