| Author |
Message |
Raphaël Désalbres
Guest
|
Posted:
Thu Oct 20, 2005 3:41 pm Post subject:
Problem with XML files and OWA |
|
|
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
|
|
| Back to top |
|
 |
Tom Rizzo [MSFT]
Guest
|
Posted:
Mon Oct 24, 2005 8:58 am Post subject:
Re: Problem with XML files and OWA |
|
|
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.aspx?scid=kb;en-us;830827#XSLTH3277121124120121120120
--
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...
| Quote: | 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
|
|
|
| Back to top |
|
 |
Raphaël Désalbres
Guest
|
Posted:
Mon Oct 24, 2005 10:03 pm Post subject:
Re: Problem with XML files and OWA |
|
|
Hello,
I had tried that before but it didn't work...
I did the net stop and net start. Do I have to restart the server computer?
A I missing something?
Thanks very much,
Rapha...
"Tom Rizzo [MSFT]" <thomriz@microsoft.com> escreveu na mensagem
news:u3PZRDF2FHA.3856@tk2msftngp13.phx.gbl...
| Quote: | 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.aspx?scid=kb;en-us;830827#XSLTH3277121124120121120120
--
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
|
|
|
| Back to top |
|
 |
|
|
|
|