I wonder if the built-in attachment security of OWA is kicking in. You can
go to the server and allow certain attachements by extension in OWA like
you can in Outlook.
Check out
http://support.microsoft.com/default...24120121120120
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out
http://www.microsoft.com/MSPress/books/5517.asp
"Raphaël Désalbres" <raphael@desalbres.com> wrote in message
news:OusbpJW1FHA.3660@TK2MSFTNGP15.phx.gbl...
Hello,
I'm having the following problem:
I need to download attachments from my exchange server (version 2003) to
my
local computer, using Visual Studio .NET 2003 and C#, and WEBDAV.
My code is working fine, but I need to download files that have XML tags
(however these have .CSV extension)
When I receive these files in my Outlook 2003 folder it works okay, but
when
I try to download it using OWA (Outlook Web Access) I get a zero
kilobytes
file instead.
The problem is no matter the file extension is, if there are XML tags
within
the attachment, OWA won't download it.
Coud you please explain what is going on, and how can I allow or
configure OWA/Exchange Server to
download these attachments?
Thanks very much,
Raphaël Désalbres