currenttask.status can't be read, 800A1000

W

Wojciech

With the following script:

for each currenttask in GECustomerService.Items

if currenttask.status = 0 then
notstarted = notstarted + 1

elseif currenttask.status = 1 then
inprogres = inprogres + 1

elseif currenttask.status = 2 then
completed = completed + 1

end if

next


I get an error message with some of the Public Folders (with some
not). The error 800A1000 message is:
"One or more Items in the folder you synchronized do not match. To
resolve the conflict, open the items, and try this operation again."

Does anybody know how to solve it? I made sure the tasks are not
worked on while perfoming my count, so open items shouldn't be the
issue.
Wojciech

PS I need it urgently, pls.
 

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