Search notes:

Outlook Object Model: Items

Items is a collection of item objects in a Folder.

Methods and properties

add()
application
class
count
find() Return an item object that matches the specified filter. Use findNext() to advance to the next found item. See also applying filters.
findNext()
getFirst()
getLast()
getNext()
getPrevious()
includeRecurrences
item()
parent
remove()
resetColumns()
restrict() An alternative to the find() method which is significantly faster than using find() and findNext() if the number of items in Items is large. See also applying filters.
session
setColumns()
sort()

Index