Hello,
if you know the url for you WebDAV query, the things you must do is the
following:
1. Do a X-MS-ENUMATTS on the item you want to process.
2. Do a GET on every href returned by the above query.
Take a look at my InfiniTec.Exchange package, it contains code for this. See
the Methods.cs class.
Best regards,
Henning Krause
----------------------------------------------------------------------------
Visit my website: http://www.infinitec.de
Exchange access library -
http://www.infinitec.de/software/nettoolbox/infinitec.exchange.aspx
> Hi there,
>
> How to save email attachments, from exchange, using WebDAV in C#.NET?
> Sample code please...................
>
> Thanks for your help.