tags:

views:

164

answers:

2
A: 

Use the Fiddler tool to see what else headers are sent to the server, when you access it from Windows Explorer. Try adding these headers to your code to make it more similar to the request sent by WindowsExplorer and see if this helps.

naivists
Had a look but its over https and although fiddler does seem to decrypt this there is nothing much in the http headers for me to see. But good suggestion though, thanks.
Cragly
A: 

Not the same but it might help you: http://arturito.net/2010/03/26/c-sharp-saving-email-attachments-microsof-exchange-webdav/

Look at the DownloadSingleAttachment() method.

Arturito