This documentation is archived and is not being maintained.
GroupedFindItemsResults<TItem> class
Represents the collection that contains the results of an item search operation.
System.Object
Microsoft.Exchange.WebServices.Data.GroupedFindItemsResults<TItem>
Namespace:
Microsoft.Exchange.WebServices.DataAssembly:
Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public NotInheritable Class GroupedFindItemsResults(Of TItem As Item) _
Implements IEnumerable(Of ItemGroup(Of TItem)), _
IEnumerable
'Usage
Dim instance As GroupedFindItemsResults(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.