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
Archived from group: microsoft>public>exchange>development