Share via


SimpleItems Members

Include Protected Members
Include Inherited Members

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.

The SimpleItems type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the parent Microsoft Outlook application for the SimpleItems object. Read-only. (Inherited from _SimpleItems.)
Public property Class Returns an OlObjectClass constant that indicates the object's class. Read-only. (Inherited from _SimpleItems.)
Public property Count Returns an Integer (int in C#) that indicates the count of objects in the SimpleItems collection. Read-only. (Inherited from _SimpleItems.)
Public property Item Returns an Object (object in C#) in the SimpleItems collection. (Inherited from _SimpleItems.)
Public property Parent Returns the parent Object (object in C#) of the SimpleItems object. Read-only. (Inherited from _SimpleItems.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _SimpleItems.)

Top

See Also

Reference

SimpleItems Interface

Microsoft.Office.Interop.Outlook Namespace