View Single Post
  #1  
Old December 30th 09, 07:32 PM posted to microsoft.public.outlook.program_vba
Johnb
external usenet poster
 
Posts: 4
Default Outlook 2007 items.count incorrect

Outlook 2007, Win 7 64bit. Running code in the newmail event. Works
perfectly on Outlook 2003:

I set my object to the inbox folder:

Set objFolder = objNameSpace.GetDefaultFolder(olFolderInbox)

then here is my test code:

MsgBox objFolder.Items.Count
MsgBox objFolder.Items.Count

The first occurrence of the Msgbox shows "0", the second shows "1" (which is
correct)

Any ideas???

John

Ads