Hello,
I have a macro that looks through an Outlook public folder, saves attachments and then deletes emails when it's finished with them.
Lately, whenever the code comes to an 'email.delete' line in the code I get the following error message:
"Changes made to the item were lost due to a reconnect with the server."
At first I thought I might not have permission to delete email from this folder, but my permission is set to 'Editor'. Furthermore, I can also write code to mark emails as read/unread emails in this folder.
Has anyone encountered this before?
Thanks in advance!
I have a macro that looks through an Outlook public folder, saves attachments and then deletes emails when it's finished with them.
Lately, whenever the code comes to an 'email.delete' line in the code I get the following error message:
"Changes made to the item were lost due to a reconnect with the server."
At first I thought I might not have permission to delete email from this folder, but my permission is set to 'Editor'. Furthermore, I can also write code to mark emails as read/unread emails in this folder.
Has anyone encountered this before?
Thanks in advance!