Hi, what is the best way to get a list of all existing mailboxes via webdav? btw: Is it possible to get the name/caption of default calendar-Folder? Thanks Stefan
Hello, you can't enumerate the mailboxes via WebDAV. You can only access each one with that protocol. What you need to do is the following: 1. Enumerate all users in ActiveDirectory with a Mailbox (http://www.infinitec.de/articles/exchange/searchallmailboxes.aspx) 2. Create the mailbox url (http://www.infinitec.de/articles/exchange/getmailboxurl.aspx) 3. Get the default calendar folder from the mailbox (http://msdn2.microsoft.com/en-us/library/ms992623.aspx) I have implemented all of this in my InfiniTec.Exchange library (it's free and comes with source code): http://www.infinitec.de/libraries/exchange/default.aspx Best regards, Henning Krause "Stefan Uhlemann" wrote in message news:uxEOoeWZHHA.4520@TK2MSFTNGP06.phx.gbl... > Hi, > > what is the best way to get a list of all existing mailboxes via webdav? > > btw: Is it possible to get the name/caption of default calendar-Folder? > > Thanks > > Stefan >