Hi all,
I have code which iterates the contents of an email folder and saves the message body of each email to a text file. I also have options to select date range etc using the ReceivedTime property. This works without fail.
What I am also doing is once the data has been copied over to the text file, to move the email to a different folder using the same date variables etc. The problem I have is that it doesn't move all of the emails. It looks like it misses every other one or two.
Is there a generic issue that I am not aware of regading .Move?
Thanks in advance.
I have code which iterates the contents of an email folder and saves the message body of each email to a text file. I also have options to select date range etc using the ReceivedTime property. This works without fail.
What I am also doing is once the data has been copied over to the text file, to move the email to a different folder using the same date variables etc. The problem I have is that it doesn't move all of the emails. It looks like it misses every other one or two.
Is there a generic issue that I am not aware of regading .Move?
Thanks in advance.