Results Members (Outlook)
Contains data and results returned by the Search object and the AdvancedSearch method.
Methods
Name |
Description |
---|---|
Returns the first object in the collection. |
|
Returns the last object in the collection. |
|
Returns the next object in the collection. |
|
Returns the previous object in the collection. |
|
Returns an Outlook item from a collection. |
|
Clears the properties that have been cached with the SetColumns method. |
|
Caches certain properties for extremely fast access to those particular properties of an item within the collection. |
|
Sorts the collection of items by the specified property. The index for the collection is reset to 1 upon completion of this method. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
|
Returns an OlObjectClass constant indicating the object's class. Read-only. |
|
Returns a Long indicating the count of objects in the specified collection. Read-only. |
|
Returns an OlItemType constant indicating the default Outlook item type contained in the folder. Read/write. |
|
Returns the parent Object of the specified object. Read-only. |
|
Returns the NameSpace object for the current session. Read-only. |
Events
Name |
Description |
---|---|
Occurs when one or more items are added to the specified collection. |
|
Occurs when an item in the specified collection is changed. |
|
Occurs when an item is deleted from the specified collection. |