WebDav Problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Any of you tried using WebDav to search through users' outlook account? Well, atm my approach is to retrieve a list of folders first and then loop through each folder to perform the search query. Those who have used WebDav before would know this will take forever for users' who have numerous folders in their Outlook. Does anyone have any suggestions to speed this process up? I've tried using a UNION function, but the HttpWebResponse gave me a "Bad Request" status. =( Any ideas would be appreciated. :) Thxs...