Hello. I'm having a problem getting Access to read through all items in the Outlook inbox. It appears to be getting all except the last item and then it stops the process all together. I'm using the For Each syntax like this:
Code:
Set InboxItems = Inbox.Items
For Each Mailobject in InboxItems
... do stuff with the current item
Next
As I said, it processes all items except the last one. Any ideas?
Thanks in advance.
Glenn