Nope. As I said, you need to select the items in the group.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"kfawell" wrote:
I know that from Outlook I can select a group and perform some action on all
the email items of that group. For example, I can select a group and delete
the emails under that group without having to select all those emails. I
assumed that Outlook is somehow mapping that group to the emails in that
group and performing that action on each email item. That is what I hope to
do as well.
Thanks again.
"Sue Mosher [MVP-Outlook]" wrote:
You need to select the items in the group, not the group heading.
"kfawell" wrote:
I can find an email item when it is selected. However, if the emails are
grouped and I select a group, the selection is empty. How can I find that
selected group?
Thank you.