Martin Petret
New Member
- Outlook version
- Outlook 2010 64 bit
- Email Account
- Exchange Server
I have a macro that loops through the emails in my inbox, checks their age and moves them to an archive folder if they older than the specified number of days. I'm a bit confused by the way Outlook determines the item (email) number though. The item number of the newest email is the highest (Item.Count), but item "1" is not the oldest email in the inbox folder. When I check the attributes of Item(1), I get the attributes of an email that's about 7 from the bottom.
Can someone please enlighten me as to why this occurs?
Thanks.
Can someone please enlighten me as to why this occurs?
Thanks.