G
Guest
Hi,
I have the following loop:
For Each mail In Folder.Items
..
..
..
Next
The loop runs from the first email that was sent/accepted to the last one.
How can I make the loop go backwords? from the last email that was
sent/accepted to the first?
I have the following loop:
For Each mail In Folder.Items
..
..
..
Next
The loop runs from the first email that was sent/accepted to the last one.
How can I make the loop go backwords? from the last email that was
sent/accepted to the first?