5 pts.
0
Q:
Listing public folders and subfolders
Hi,

Now I am developing an application using Exchange 2007 with EWS. I am having trouble with listing the public folders and subfolders. Also I need to access the items which are present inside the public folders. I am using C# asp.net for my application. Kindly help to solve this.

Thanks,
Parani
ASKED: Jul 3 2008  2:30 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
30 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Parani,

Make sure that you are not doing a deep traversal of the Public Store. That is not allowed.
fft.Traversal = FolderQueryTraversalType.Shallow;

Alex
Last Answered: Jul 16 2008  3:28 PM GMT by Alex@Avid   30 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0