How do I access an Exchange 2007 public folder via WebDav?

In Exchange 2003, I was able to connect via WebDav to a shared folder using a URL like:

https://mail.myserver.com/Public/My%20Public%20Folder/

I'm trying to do the same in Exchange 2007, but I can't figure out the correct URL for the public folder.

0


a source to share


2 answers


Apparently it shouldn't have been difficult.

Even though OWA does not use the same URLs, through WebDav I can use the same URL scheme.



For example: https://mail.my2003server.com/Public/My%20Public%20Folder/ turns into https://mail.my2007server.com/Public/My%20Public%20Folder/

0


a source


I recently had the same update issue though on an SBS server. It took a while to work as the WebDAV interface is now "warped", however after a lot of debugging I found the following.

  • OWA authentication is now in / owa, not in / exchange, and you cannot change it.
  • Authentication was changed to require NT Authentication (and I think OWA Authentication)


These weren't so many problems that the folder changed location. In my case, I modified my program to fix the security, however, it seems to me that changing the permissions on the virtual web permissions also gave me access.

0


a source







All Articles