Class SimpleItems (Outlook VBA)

The class SimpleItems represents a set of possibly heterogeneous Microsoft Outlook items, with each member in the set tracking only a small, common set of properties that apply to Outlook items in general. To use a SimpleItems class variable it first needs to be instantiated, for example


Dim sis as SimpleItems
Set sis = ActiveExplorer.Selection(1).GetChildren(Item:=)