FindItemsResults<TItem> class

Represents the results of an item search operation.

System.Object
  Microsoft.Exchange.WebServices.Data.FindItemsResults<TItem>

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public NotInheritable Class FindItemsResults(Of TItem As Item) _
	Implements IEnumerable(Of TItem), IEnumerable
'Usage
Dim instance As FindItemsResults(Of TItem)

Type parameters

TItem

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

Any public static ( in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: