Class ItemGroup<TItem>
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a group of items as returned by grouped item search operations.
public sealed class ItemGroup<TItem> where TItem : Item
Type Parameters
TItem
The type of item in the group.
- Inheritance
-
ItemGroup<TItem>
- Inherited Members
Properties
GroupIndex
Gets an index identifying the group.
public string GroupIndex { get; }
Property Value
Items
Gets a collection of the items in this group.
public Collection<TItem> Items { get; }
Property Value
- Collection<TItem>