GroupedFindItemsResults<TItem>.GetEnumerator method
Returns an enumerator that enables you to iterate through the objects in the collection.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
Return value
Type: System.Collections.Generic.IEnumerator<ItemGroup<TItem>>An enumerator that can be used to iterate through the objects in the collection.
Implements
IEnumerable<T>.GetEnumerator()
Show: