Question

I am trying to access the Exchange 2007 mail store programmatically using WebDAV. However, for some users I am getting the dreaded error "404 Not found". I am using a url similar to http://server/exchange/usermailbox/. It is working just fine for some users but not for others.

What might I be doing wrong?

Was it helpful?

Solution

I found out that if I use the default SMTP address of the users it works just fine - i. e. I am using a url similar to server/exchange/user@domain.local when accessing the Exchange store. You can find the default SMTP address from the proxyAdresses property for the user in Active Directory. The default address is the one where SMTP is capitalized.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top