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 | |
---|---|---|
Application | Returns an Application object that represents the parent Microsoft Outlook application for the SimpleItems object. Read-only. (Inherited from _SimpleItems.) | |
Class | Returns an OlObjectClass constant that indicates the object's class. Read-only. (Inherited from _SimpleItems.) | |
Count | Returns an Integer (int in C#) that indicates the count of objects in the SimpleItems collection. Read-only. (Inherited from _SimpleItems.) | |
Item | Returns an Object (object in C#) in the SimpleItems collection. (Inherited from _SimpleItems.) | |
Parent | Returns the parent Object (object in C#) of the SimpleItems object. Read-only. (Inherited from _SimpleItems.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _SimpleItems.) |
Top