GroupedFindResults property

GroupedFindItemsResults<TItem>? GroupedFindResults
Gets a grouped list of items matching the specified search criteria that were found in Exchange. ItemGroups is null if the search operation did not specify grouping options.

Implementation

GroupedFindItemsResults<TItem>? get GroupedFindResults =>
    this._groupedFindResults;