|
|
|
date: Thu, 14 Feb 2008 12:22:02 -0800,
group: microsoft.public.exchange.development
back
Re: URI for a public folder?
Hello,
the url to a public folder is http://servername/public/foldername.
Kind regards,
Henning
"Maury Markowitz" wrote in
message news:48C909C2-31FB-472F-9D02-EE1090A41BCA@microsoft.com...
> I'm trying to download attachments from a public folder, and copy them
> into a
> network folder for easy access in Excel. Looking over older messages in
> the
> forum, it seems that what I should do is...
>
> 1) get the list of messages using ODBC (just because I'm in Access)
> 2) iterate over them and create an URI for each one
> 3) use that URI to retrieve the attachments
>
> I'm stumped by (2) though. The examples that I can find are all for
> private
> mailboxes, and most look like this commonly used example:
>
> strURI = "http://server/exchange/username/inbox/TestMessage.eml/"
>
> I assume that "server" is the URL to my Exchange server and that
> "exchange"
> is a literal (?). But I'm not sure what goes after that in the case of a
> public folder, I tried:
>
> username=my name, inbox=public folder name
> username=public folder name, nothing for inbox
> username=public folder name, inbox=public folder name
>
> Everything I try gets me a 404 error.
>
> Any ideas?
>
> Maury
>
date: Thu, 14 Feb 2008 21:30:26 +0100
author: Henning Krause [MVP - Exchange]
|
|