FindItemsResults<TItem> Class

Definition

Represents the results of an item search operation.

generic <typename TItem>
 where TItem : Itempublic ref class FindItemsResults sealed : System::Collections::Generic::IEnumerable<TItem>
public sealed class FindItemsResults<TItem> : System.Collections.Generic.IEnumerable<TItem> where TItem : Item
Public NotInheritable Class FindItemsResults(Of TItem)
Implements IEnumerable(Of TItem)

Type Parameters

TItem

The type of item that is returned by the search operation.

Inheritance
FindItemsResults<TItem>
Implements
IEnumerable<TItem>

Properties

HighlightTerms

Gets a collection of highlighted terms that were found by the search operation. The HighlightTerms property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Items

Gets a collection that contains the items that were found by the search operation.

MoreAvailable

Gets a value that indicates whether more items that match the search criteria are available in the searched folder.

NextPageOffset

Gets the offset that should be used with an ItemView object to retrieve the next page of items in an ItemView operation.

TotalCount

Gets the total number of items that match the search criteria that are available in the searched folder.

Methods

GetEnumerator()

Returns an enumerator that enables you to iterate through the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to