Items collection doesn't contain all items

E

escamoteur

Hi,

I found some strange behaviour in Outlook 2007. I tried to itterate through all items of a folder usinf the items property. On the
first time some of the items were missing. Calling the function a second time all items were returned.
After that I tried it using a table and now everything worked fine. Btw. there are only about 30 items in the folder.

Best
Tom
 
D

Dmitry Streblechenko

Do you have a script that exhibits this problem? How do you know tha tsome
items are missing? Can you see them inm Outlook before the script runs?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
E

escamoteur

Unfortunately I don't have the code anymore after I changed it to the Table solution. Now it works fine for me.

Yes, I new which Items should be there and always on the first run I got a Null reference exception when trying to access fields of
one of the items returned by

foreach

The second time I called the function this problem did not occur.
I just wondered I somebody else had similiar problems.
Best
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top