On an English version of Exchange Server i'd access a users inbox and calendar via the URI's http://server/exchange/user/inbox http://server/exchange/user/calendar but this fails miserably on localized versions of Exchange. Around here the URI's would have be http://server/exchange/user/indbakke http://server/exchange/user/kalender How does one read these settings? - Søren
"Soren Turin" wrote in message news:8F8267B0-176B-4E3A-9C1A-45F5A1BA092B@microsoft.com... > On an English version of Exchange Server i'd access a users inbox and > calendar via the URI's > > http://server/exchange/user/inbox > http://server/exchange/user/calendar > > but this fails miserably on localized versions of Exchange. Around here > the > URI's would have be > > http://server/exchange/user/indbakke > http://server/exchange/user/kalender > > > How does one read these settings? > > > - Søren Is this for loggin into mailboxes via OWA, or for DAV access? For logging in, you can use the form: http://<server>/exchange/<user>/?cmd=loadmodule&module=inbox To get the URL for DAV usage, get the urn:schemas:httpmail:inbox property from the main mailbox URL. Lee. -- ______________________________________ Outlook Web Access For PDA , OWA For WAP www.leederbyshire.com email a@t leederbyshire d.0.t c.0.m ______________________________________
Hello, as an addendum to Lee's posting, here is an article on MSDN describing the wellknown-folders: http://msdn2.microsoft.com/en-us/library/ms992623(EXCHG.65).aspx The only one missing in this article is the junk mail folder. See http://www.infinitec.de/articles/exchange/getjunkmailfolder.aspx for more info. Kind regards, Henning Krause "Lee Derbyshire [MVP]" <email a@t leederbyshire d.0.t c.0.m> wrote in message news:uYY%23i1TpIHA.1952@TK2MSFTNGP05.phx.gbl... > "Soren Turin" wrote in message > news:8F8267B0-176B-4E3A-9C1A-45F5A1BA092B@microsoft.com... >> On an English version of Exchange Server i'd access a users inbox and >> calendar via the URI's >> >> http://server/exchange/user/inbox >> http://server/exchange/user/calendar >> >> but this fails miserably on localized versions of Exchange. Around here >> the >> URI's would have be >> >> http://server/exchange/user/indbakke >> http://server/exchange/user/kalender >> >> >> How does one read these settings? >> >> >> - Søren > > Is this for loggin into mailboxes via OWA, or for DAV access? > For logging in, you can use the form: > http://<server>/exchange/<user>/?cmd=loadmodule&module=inbox > > To get the URL for DAV usage, get the urn:schemas:httpmail:inbox property > from the main mailbox URL. > > Lee. > > -- > ______________________________________ > > Outlook Web Access For PDA , OWA For WAP > www.leederbyshire.com > email a@t leederbyshire d.0.t c.0.m > ______________________________________ > >