The ActiveExplorer.Selection returns a count of 0 if the selection is a group header. Does anyone know if it's possible to enumerate the items under that group header using VBA or an add-in?
views:
52answers:
1
A:
Not sure about 2007 but in 2010 this is handled by calling the GetSelection method on the Selection object and pass the OlSelectionContents.olConversationHeaders to the method. This gives a collection of conversationheaders which can then be enumerated.
cskilbeck
2009-11-20 16:07:38