
Windows 2000 Professional, VBA, Outlook 2000
it's how it works in any program (like excel or word), unless you count
backwards.
it's because as you delete one, the internal count outlook is using to keep
track gets reset and the next one is renumbered to the one that outlook
thought it deleted, so it goes on the next.
Example:
5 items, 1,2,3,4,5. outlook deletes 1, renumbers the rest, so now you have
1,2,3,4.
it moves on to delete #2, which used to be 3 and skips the former #2.
Quote:
> This only happens when running win2k and ol2000. If using VBA I try to
> delete every calendar item with a certain category name it will only
delete
> half of them. I then run the code again and it deletes half again. It
> keeps doing this until they are all gone. If I set up ol2000 to deliver
to
> a pst, it works fine. It works fine either way on win9x or NT. The
> workaround right now is to set up a loop until they are all gone. Does
> anyone know what the deal is with Win2k pro and Exchange server?
> Ryan