How to access items by "group" in an Outlook VB macro?
Posted
by Noah Yetter
on Stack Overflow
See other posts from Stack Overflow
or by Noah Yetter
Published on 2009-05-28T23:29:47Z
Indexed on
2010/03/13
10:05 UTC
Read the original article
Hit count: 263
By "group" I mean the collapsible classifications that you get when you enable View->Arrange By->Show in Groups. This divides e.g. messages in a folder into Today, Yesterday, Last Week, Two Weeks Ago, and so on. What I'd like to be able to do is iterate over the messages that are currently classified within a given group. Is this possible?
© Stack Overflow or respective owner