المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : EWS attribute 'Value' missing.. ARGG



C# Programming
07-01-2010, 01:31 AM
Exchange Web Services API

Well I just can't figure this out. I'm trying to pull a list of contacts located in public folders of exchange. I used this code before and it isn't work now.

String fpfolderPath = path;
Folder PfRoot = Folder.Bind(exh, WellKnownFolderName.PublicFoldersRoot);

String[] faFldArray = fpfolderPath.Split('/');
Folder tfTargetFolder = PfRoot;
for (int lint = 1; lint <span class="code-keyword">