SimpleItems Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class SimpleItems : Microsoft::Office::Interop::Outlook::_SimpleItems
[System.Runtime.InteropServices.Guid("00063102-0000-0000-C000-000000000046")]
public interface SimpleItems : Microsoft.Office.Interop.Outlook._SimpleItems
Public Interface SimpleItems
Implements _SimpleItems
- Derived
- Attributes
- Implements
Remarks
This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _SimpleItems.
The SimpleItems collection is used to represent child objects of a Conversation node object. This collection has only few members and serves the purpose of providing easy access to these items, as opposed to the Items and Results collections, which have more members.
The order of items in the collection is the same as the ordering of items in the conversation. The collection is ordered by the value of the CreationTime property of each item in ascending order.
Properties
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[Object] |
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) |